-
Notifications
You must be signed in to change notification settings - Fork 760
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
Fixes for StatefulSet deployment. Add questions.yml and app-readme.md for rancher chart #744
Conversation
@amvin87 first pass for rancher chart |
i would also add the possibility to have extra volumes and extravolumemounts to allow the SA_PASSWORD to be injected as a secret pulled from a vault to values.yaml add
to deployment.yaml add:
|
extraVoumes/Mounts seem to be commonly used. |
extraVoumes/Mounts can be used for many things, but in the usecase i was thinking about it's related to Azure Keyvault the setup would look like this. values.yml
vault-providerclass.yml (obviously i removed sensitive information from below)
|
No description provided.