You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to merge inline helm values. Currently, spec.sources.helm.values is defined as a string which doesn't have this ability.
Motivation
Using kustomize, I would like to have a base application with default values. Then patch cluster-specific values using overlays.
Take this example, today, I don't have a way to replace autoDiscovery.clusterName with a different value. Kustomize's patch will replace spec.source.helm.values entirely.
Summary
I'd like to be able to merge inline helm values. Currently,
spec.sources.helm.values
is defined as a string which doesn't have this ability.Motivation
Using kustomize, I would like to have a base application with default values. Then patch cluster-specific values using overlays.
Take this example, today, I don't have a way to replace autoDiscovery.clusterName with a different value. Kustomize's patch will replace
spec.source.helm.values
entirely.Proposal
How do you think this should be implemented?
I don't have strong opinions on implementations. I see three options:
Each come with their own pro/cons.
The text was updated successfully, but these errors were encountered: