Passing a dynamic value from umbrella chart to the kafbat subchart #44
bpolitaiev
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone, I am running many instances of my product within single namespaces in k8s and each Helm Install has a different release name. I would like to set KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS as a {{ .Release.Name }}-kafka, but your charts are not doing any tpl inside. I do not want to pass a .Release.Name via --set during Helm Install as this should work with the default values. Do you have any ideas how can I archive it or maybe you have plans to add this possibility!?
Beta Was this translation helpful? Give feedback.
All reactions