Issue submitter TODO list
Describe the bug (actual behavior)
I'm running the latest chart.
I'd like to keep all of my non-sensitive config in a values.yaml file and pass this to the Helm chart when installing. Inside my values.yaml I use the yamlApplicationConfig section for this to specify all my standard configuration: clusters, roles, auth, etc.
But for the sensitive values I don't want to put them in plain-text in my values.yaml file. So, I tried specifying existingSecret to point at a Kubernetes secret that contains sensitive values defined in environment variable form. For example: KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG.
However, this is not working. When I specify both yamlApplicationConfig and existingSecret then I think only the second one is actually being applied, and not both like I was hoping.
Is there a way for me to do this?
Expected behavior
No response
Your installation details
Latest helm chart as of today.
Steps to reproduce
Deploy Helm chart using a values.yaml file that has both yamlApplicationConfig and existingSecret defined.
Screenshots
No response
Logs
No response
Additional context
No response
Issue submitter TODO list
Describe the bug (actual behavior)
I'm running the latest chart.
I'd like to keep all of my non-sensitive config in a
values.yamlfile and pass this to the Helm chart when installing. Inside myvalues.yamlI use theyamlApplicationConfigsection for this to specify all my standard configuration: clusters, roles, auth, etc.But for the sensitive values I don't want to put them in plain-text in my
values.yamlfile. So, I tried specifyingexistingSecretto point at a Kubernetes secret that contains sensitive values defined in environment variable form. For example:KAFKA_CLUSTERS_0_PROPERTIES_SASL_JAAS_CONFIG.However, this is not working. When I specify both
yamlApplicationConfigandexistingSecretthen I think only the second one is actually being applied, and not both like I was hoping.Is there a way for me to do this?
Expected behavior
No response
Your installation details
Latest helm chart as of today.
Steps to reproduce
Deploy Helm chart using a values.yaml file that has both
yamlApplicationConfigandexistingSecretdefined.Screenshots
No response
Logs
No response
Additional context
No response