We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1014529 commit f3291bdCopy full SHA for f3291bd
deploy/charts/litellm-helm/templates/migrations-job.yaml
@@ -16,6 +16,7 @@ spec:
16
{{- toYaml . | nindent 8 }}
17
{{- end }}
18
spec:
19
+ serviceAccountName: {{ include "litellm.serviceAccountName" . }}
20
containers:
21
- name: prisma-migrations
22
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default (printf "main-%s" .Chart.AppVersion) }}"
0 commit comments