mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
fix resource tag
This commit is contained in:
parent
0595bbce95
commit
9b8ae827e7
1 changed files with 1 additions and 1 deletions
|
@ -51,9 +51,9 @@ spec:
|
|||
{{- with .Values.volumeMounts }}
|
||||
volumeMounts:
|
||||
{{- toYaml . | nindent 12 }}
|
||||
{{- end }}
|
||||
resources:
|
||||
{{- toYaml .Values.migrationJob.resources | nindent 12 }}
|
||||
{{- end }}
|
||||
{{- with .Values.volumes }}
|
||||
volumes:
|
||||
{{- toYaml . | nindent 8 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue