-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Load secrets from an existing secret #48
Comments
I am trying to setup quickwit using fluxcd gitops, but the helm chart secret encapsulation concerns me. I see that only helm-charts/charts/quickwit/templates/secret.yaml Lines 9 to 17 in dab71b1
While helm-charts/charts/quickwit/templates/_helpers.tpl Lines 143 to 172 in dab71b1
helm-charts/charts/quickwit/templates/_helpers.tpl Lines 188 to 210 in dab71b1
More often these external credentials are stored together and separating external credentials from helm values is a huge gain in terms of security. Maybe we could also consider utilizing k8s P.S. I think keys in secret could just use their corresponding ENV_VAR as key name. |
Solved by #85 |
I really don't like having to define secrets in the yaml file
values.yaml
.Bitnami charts solve this issue by defining an optional
existingSecret
variable.Let's do that.
The text was updated successfully, but these errors were encountered: