Skip to content
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

Add support for reading in credentials from env or file, so k8s secret can be used #88

Open
embroede opened this issue Jun 27, 2022 · 2 comments
Assignees

Comments

@embroede
Copy link

https://kubernetes.io/docs/concepts/configuration/secret/

@embroede
Copy link
Author

It would be ideal to have the ability to specify a file path or environment variable name in values.yaml for the Redis and MySQL credentials.

This would be a significant improvement over the current method where a password needs to be hard coded in values.yaml.

@jim3ma jim3ma self-assigned this Jul 20, 2022
@jim3ma
Copy link
Member

jim3ma commented Jul 21, 2022

You can load secret file as you want by --set-file

helm install -h:

--set-file stringArray         set values from respective files specified via the command line (can specify multiple or separate values with commas: key1=path1,key2=path2)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants