mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Helm: Add ability to pass an existing secret in for Database URI Fiel #504
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 @justmitch123 on GitHub (May 10, 2024).
We would like to be able to pass secrets into the pods as Kubernetes secret values rather than plaintext env values.
The current helm chart forces a value for
dburlwhich makes for a difficult Kustomize patch to replace this.The proposal is to edit the deployment chart to include
as a valid database connection string.
It is possible to work around this issue with merge patches to replace the env variables, but it would be good to remove these Kustomize overlays if possible