From a2131f10ae696ef74631dfc23674870665180dc2 Mon Sep 17 00:00:00 2001 From: Nikhil R Date: Thu, 4 Jan 2024 18:31:03 +0530 Subject: [PATCH] fix: job restartPolicy to Never (#94) --- helm/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/job.yaml b/helm/templates/job.yaml index fe7e38b..82fa214 100644 --- a/helm/templates/job.yaml +++ b/helm/templates/job.yaml @@ -23,7 +23,7 @@ spec: {{- toYaml . | nindent 8 }} {{- end }} spec: - restartPolicy: OnFailure + restartPolicy: Never {{- with .Values.imagePullSecrets }} imagePullSecrets: {{- toYaml . | nindent 8 }}