From 3d5099371aee138a6bab05707dc9ce76fca6f6ed Mon Sep 17 00:00:00 2001 From: Mitchell Harvey Date: Wed, 22 May 2024 07:19:47 +1000 Subject: [PATCH] Fix Helm template for DBURI Secret --- charts/planka/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/planka/templates/deployment.yaml b/charts/planka/templates/deployment.yaml index 31ab2e1..d2e179f 100644 --- a/charts/planka/templates/deployment.yaml +++ b/charts/planka/templates/deployment.yaml @@ -68,7 +68,7 @@ spec: - name: DATABASE_URL valueFrom: secretKeyRef: - name: .Values.existingDburlSecret + name: {{ .Values.existingDburlSecret }} key: uri {{- else }} - name: DATABASE_URL