From da5da64d27ca4c69daa8b6b24cd086fb737edea1 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 13 Nov 2024 16:48:22 -0800 Subject: [PATCH] fix yaml on migrations job --- deploy/charts/litellm-helm/templates/migrations-job.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index 06d45d5fc..78684bcab 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -25,5 +25,6 @@ spec: value: {{ .Values.db.url | quote }} - name: DISABLE_SCHEMA_UPDATE value: "false" # always run the migration from the Helm PreSync hook, override the value set + {{- end }} restartPolicy: OnFailure backoffLimit: {{ .Values.migrationJob.backoffLimit }}