diff --git a/deploy/charts/litellm-helm/templates/migrations-job.yaml b/deploy/charts/litellm-helm/templates/migrations-job.yaml index 07ae94997b..1b463e2b1e 100644 --- a/deploy/charts/litellm-helm/templates/migrations-job.yaml +++ b/deploy/charts/litellm-helm/templates/migrations-job.yaml @@ -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 }}