From 9b8ae827e756dc576a034299ed445a023e62472e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojciech=20Smo=C5=82kowski?= Date: Tue, 11 Mar 2025 07:11:21 +0100 Subject: [PATCH] fix resource tag --- deploy/charts/litellm-helm/templates/migrations-job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}