dd-willgan opened a new issue #16625:
URL: https://github.com/apache/superset/issues/16625


   I'm using [Vault env variable 
injection](https://banzaicloud.com/blog/inject-secrets-into-pods-vault-revisited/)
 for passing secrets for my Superset k8s cluster. How this works is that a 
web-hook looks at the env variables and if they're of the form `vault:` it'll 
pull the secret. The pod, however, needs to have the proper annotations for 
this. My issue is that `extraEnv` adds the variables to `supersetNode`, 
`supersetWorker`, and the init job but the init job doesn't support 
`podAnnotations` through the chart. Since only `supersetNode` needs the secret 
I want, as a solution, to have a separate `env` section under `supersetNode` in 
`values.yaml` that only creates env variables for it.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to