mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
Allow an existing secret to be used for secretkey and admin credentials in Helm values.yaml #527
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sarah-soo on GitHub (Jun 14, 2024).
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_usernameandadmin_passwordparameters 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