From 34de3b6cde2097ddbd1509337ed3d6d47ddecc8c Mon Sep 17 00:00:00 2001 From: Maximiliano Osorio Date: Mon, 9 Sep 2024 10:55:10 -0300 Subject: [PATCH] fix: typo --- charts/mint/templates/post-install-model-catalog-endpoint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/mint/templates/post-install-model-catalog-endpoint.yaml b/charts/mint/templates/post-install-model-catalog-endpoint.yaml index 9929dc8..a2dbfaf 100644 --- a/charts/mint/templates/post-install-model-catalog-endpoint.yaml +++ b/charts/mint/templates/post-install-model-catalog-endpoint.yaml @@ -44,7 +44,7 @@ spec: {{- with .Values.components.model_catalog_endpoint }} image: "{{ .image.repository }}:{{ .image.tag | default $.Chart.AppVersion }}" {{ end }} - {{- with .jobs.model_catalog_endpoint.}} + {{- with .jobs.model_catalog_endpoint }} resources: {{- toYaml .resources | nindent 12 }} {{ end }}