-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rules in ConfigData can only replace existing nodes in target file, can't add new ones. #71
Comments
We already have an existing patch merge strategy option to handle large and complex cases for configuration. |
Instead of |
Believe this case has been fixed with the switch to using yqlib for merging the defaults and the config values. |
I'll add unit tests for these cases. |
This PR now includes tests for these scenarios because without ocm v0.10.0 these don't work. open-component-model/ocm-controller#425 |
This should now have been fixed. |
This is related to #72
See the comment there about the case where no reasonable default is possible. #72 combined with this make it difficult to manage a large number of config values, particularly when they are organized into a structure.
The hack that I came up with is
config.zip
The text was updated successfully, but these errors were encountered: