fix: Fix Helm template for dburl secret (#770)

This commit is contained in:
Mitch Harvey
2024-05-21 23:32:07 +02:00
committed by GitHub
parent 5deefe1d17
commit 8d4c644b5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -68,7 +68,7 @@ spec:
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: .Values.existingDburlSecret
name: {{ .Values.existingDburlSecret }}
key: uri
{{- else }}
- name: DATABASE_URL