Skip to content

Commit f3291bd

Browse files
authored
fix for serviceAccountName on migration job (#10258)
1 parent 1014529 commit f3291bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deploy/charts/litellm-helm/templates/migrations-job.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
{{- toYaml . | nindent 8 }}
1717
{{- end }}
1818
spec:
19+
serviceAccountName: {{ include "litellm.serviceAccountName" . }}
1920
containers:
2021
- name: prisma-migrations
2122
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "main-%s" .Chart.AppVersion) }}"

0 commit comments

Comments
 (0)