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
{{ message }}
This repository was archived by the owner on Aug 28, 2021. It is now read-only.
I would like to avoid having separate yaml files for my helm chart overrides. Also, individual key-value sets are pretty tedious.
Would you consider implementing something like this (see override_values_objects)? A map-merge would happen in the order objects are listed. This stage would precede the override_values so that key-value changes could be the last operation. Maybe you can think of a better name for it. :)
Activity
msiegenthaler commentedon May 24, 2019
I think the benefit over the
override_values
is minimal. If you open a PR for it I'd accept it but we will not implement it otherwise.