helm-controller icon indicating copy to clipboard operation
helm-controller copied to clipboard

Support set from HelmChartConfig

Open chinglinwen opened this issue 2 years ago • 1 comments

Why HelmChartConfig doesn't have set field in Spec, which means can't override HelmChart resource's set values ?

Both should support set values? ( say merge HelmChartConfig set into HelmChart's set. )

chinglinwen avatar Jul 11 '23 09:07 chinglinwen

Use of set overrides everything from values, so those are effectively hard-coded and intentionally cannot be overridden by values from either the HelmChart or HelmChartConfig's ValuesContent. We intentionally don't allow further attempts to override these by allowing set on HelmChartConfig. What specifically are you trying to override that was passed via the set?

brandond avatar Jul 13 '23 17:07 brandond