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
Currently, in order to pass values to HelmChart or HelmChartConfig, we have to use the ValuesContent field. This field is a string, generally used as a block:
If k3s-io/helm-controller wants to introduce this feature, I could move it over the rancher/wrangler as a generic type that can be used to define this field. Should be a straightforward feature request.
Could also look into using *apiextensionsv1.JSON the way that fluxcd does as well.
Currently, in order to pass values to
HelmChart
orHelmChartConfig
, we have to use theValuesContent
field. This field is a string, generally used as a block:Having a
Values
structured field would be much more usefull as we will be able to play with kustomize to patch subparts of this field in overlays.The text was updated successfully, but these errors were encountered: