Open chinglinwen opened 1 year ago
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
?
Why
HelmChartConfig
doesn't have set field in Spec, which means can't overrideHelmChart
resource's set values ?Both should support set values? ( say merge HelmChartConfig set into HelmChart's set. )