From 2bd3daa7421367bed1439bdd01f4d95d140951a0 Mon Sep 17 00:00:00 2001 From: edward kim Date: Thu, 21 Aug 2025 17:39:31 +1000 Subject: [PATCH] fixes the mounting of this only when deployStandalone is true Signed-off-by: edward kim --- deploy/charts/litellm-helm/templates/migrations-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index ec80e86b21..0d9f67ffb4 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -54,7 +54,7 @@ spec: value: {{ .Values.db.database }} - name: DATABASE_URL value: {{ .Values.db.url | quote }} - {{- else }} + {{- else if .Values.db.deployStandalone }}}} - name: DATABASE_URL value: postgresql://{{ .Values.postgresql.auth.username }}:{{ .Values.postgresql.auth.password }}@{{ .Release.Name }}-postgresql/{{ .Values.postgresql.auth.database }} {{- end }}