Skip to content
Snippets Groups Projects
Verified Commit c31ab0d9 authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

feat: improve restic restart policy

parent 022e199f
No related branches found
No related tags found
No related merge requests found
Pipeline #2856 passed
......@@ -24,6 +24,7 @@ spec:
labels:
{{- include "restic-helm.labels" . | nindent 12 }}
spec:
restartPolicy: OnFailure
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 12 }}
......
......@@ -24,6 +24,7 @@ spec:
labels:
{{- include "restic-helm.labels" . | nindent 12 }}
spec:
restartPolicy: OnFailure
{{- with .Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 12 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment