You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/charts/planka/templates
Brian Stinson 3d3f3c6785 fix: Allow specifying an external dburl in helm
Some helm users might want to turn off the built-in postgres
installation, but the deployment template statically refers to a secret
created by the postgresql chart.

If postgres.enabled is set to false, we should ask for a dburl parameter
for an external postgres and use that in the environment instead.

The behavior if postgres.enabled == true remains unchanged.

Signed-off-by: Brian Stinson <brian@bstinson.com>
2 years ago
..
tests feat: Add official Helm Chart (#442) 3 years ago
NOTES.txt feat: Add official Helm Chart (#442) 3 years ago
_helpers.tpl feat: Add official Helm Chart (#442) 3 years ago
deployment.yaml fix: Allow specifying an external dburl in helm 2 years ago
hpa.yaml fix: Update HorizontalPodAutoscaler version and spec in chart (#666) 2 years ago
ingress.yaml feat: Add official Helm Chart (#442) 3 years ago
pvc.yaml chore: Update version 3 years ago
secret-oidc.yaml fix: Add support for OIDC configuration thru Helm (#550) 2 years ago
service.yaml feat: Add official Helm Chart (#442) 3 years ago
serviceaccount.yaml feat: Add official Helm Chart (#442) 3 years ago