From 261614d47d896707bdf516128f016a7cff6f3daa Mon Sep 17 00:00:00 2001 From: Lindsay Landry Date: Tue, 30 Jan 2024 16:15:30 -0600 Subject: [PATCH] fix cron --- charts/service/templates/cronjob.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/service/templates/cronjob.yaml b/charts/service/templates/cronjob.yaml index ff6f412..9d44824 100644 --- a/charts/service/templates/cronjob.yaml +++ b/charts/service/templates/cronjob.yaml @@ -29,7 +29,7 @@ spec: spec: serviceAccountName: {{ $serviceAccountName }} containers: - - image: "{{ .image.repository | $image }}:{{ .image.tag | $tag }}" + - image: "{{ .image.repository | default $image }}:{{ .image.tag | default $tag }}" imagePullPolicy: {{ $imagePullPolicy }} name: {{ .name }} env: