We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Backend
Add support to specify an existing secret for the secretkey, admin_username and admin_password parameters in Helm values.yaml
secretkey
admin_username
admin_password
This is needed to avoid writing secrets in plaintext and committing them to a git repository for gitops deployments.
No response
The text was updated successfully, but these errors were encountered:
feat: Ability to specify existing secrets for values in helm
a0d6eba
existingSecretkeySecret for secretkey, existingAdminCredsSecret for admin_username and admin_password Closes plankanban#790
f29ed36
81436b3
No branches or pull requests
Is this a feature for the backend or frontend?
Backend
What would you like?
Add support to specify an existing secret for the
secretkey
,admin_username
andadmin_password
parameters in Helm values.yamlWhy is this needed?
This is needed to avoid writing secrets in plaintext and committing them to a git repository for gitops deployments.
Other information
No response
The text was updated successfully, but these errors were encountered: