fix for serviceAccountName on migration job (#10258)

This commit is contained in:
Ishaan Jaff 2025-04-23 20:56:31 -07:00 committed by GitHub
parent 1014529ed6
commit f3291bde4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) }}"