fix for serviceAccountName on migration job

This commit is contained in:
Ishaan Jaff 2025-04-23 20:44:21 -07:00
parent 1014529ed6
commit 1bc55b8ed3

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