-
Notifications
You must be signed in to change notification settings - Fork 262
Templated values in HelmRelease #368
Comments
The combination of As long as Helm does not offer an option to inject this, it will not be supported by the Helm Operator as we rely directly on Helm's templating engine (and utilities) to make releases. |
Thanks @hiddeco , makes total sense. Closing this issue |
sorry to bring this up again, but can we achieve this anothe way: generate the configmap from which we derive the values? |
@airtonix Have you seen https://fluxcd.io/flux/guides/helmreleases/#refer-to-values-in-configmaps-generated-with-kustomize by any chance? BTW, this repo is for Helm Operator, and will likely be archived soon: |
my bad |
Describe the feature
In the same way values are injected from configMaps or secrets, it would be really useful that you could specify a section of templated values that will be rendered from other values previously specified.
An example of the proposed spec:
This is basically the same as helm/helm#2492, but moving it to the Flux Helm Operator layer instead. The solution proposed in that issue is basically adapting your helm chart and using "tpl" function, but in the case of complex charts (like big "composite" charts) this is not always easily feasible.
Not sure if this feature makes sense as part of the Helm operator, just dropping the idea here.
Thanks for this great project!
The text was updated successfully, but these errors were encountered: