From f3291bde4d969a4efba2a2a4fdc3f29f7dce97ad Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 23 Apr 2025 20:56:31 -0700 Subject: [PATCH] fix for serviceAccountName on migration job (#10258) --- 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 1c4b6817fa..ba69f0fef8 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -16,6 +16,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} spec: + serviceAccountName: {{ include "litellm.serviceAccountName" . }} containers: - name: prisma-migrations image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "main-%s" .Chart.AppVersion) }}"