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