k3s-io/helm-controller

Support set from HelmChartConfig

chinglinwen opened this issue · 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. )

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?