mirror of
https://github.com/plankanban/planka.git
synced 2025-12-10 17:23:16 +03:00
Helm Chart: Ability to provide extra env variables for the planka deployment through helm chart #219
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 @JoeKer1 on GitHub.
Is this a feature for the backend or frontend?
Backend
What would you like?
I would like to be able to set some extra environment variables in the deployment through the helm chart. As features are added to planka, this would keep the helm chart flexible to support a lot of features without further changes to the helm chart. Obviously not everything can be this way, but variables like ALLOW_ALL_TO_CREATE_PROJECTS it makes sense for.
Why is this needed?
Some features are inaccessible through the helm chart.
Other information
No response