We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Why can't Kustomize values be patched like helm values
spec: sources: - repoURL: https://github.com/helm/charts targetRevision: master path: foo/app kustomize: patch: |- - op: add path: /spec/foo value: bar
Or something like that.
Use case: Having an applicationset with a git generator that will change the application values by the generators values
The text was updated successfully, but these errors were encountered:
This is a duplicate of #5114 and is fixed by #14648
Sorry, something went wrong.
No branches or pull requests
Why can't Kustomize values be patched like helm values
Or something like that.
Use case:
Having an applicationset with a git generator that will change the application values by the generators values
The text was updated successfully, but these errors were encountered: