Skip to content

Commit

Permalink
fix(backup): set restartPolicy to Never for job
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcRiiad committed Dec 6, 2024
1 parent 24d78c2 commit c28e71f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ spec:
{{- toYaml . | nindent 12 }}
{{- end }}
resources: {{- toYaml .Values.backup.resources | nindent 14 }}
restartPolicy: Never
backoffLimit: {{ .Values.backup.backoffLimit }}
{{- end -}}

0 comments on commit c28e71f

Please sign in to comment.