Closed
Description
Hi,
Would it be possible to set the sensitive values in the Helm chart (like components.server.sessionSecret
for ex., but also db password and oauth info) via either an existingSecret
secret reference or setting an environment variable?
Right now the values.yaml
has sensitive information in it which is an issue for “gitops-style” management of Kubernetes.
Thanks!