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

fix: correct restic chart

parent 815cbb1c
No related branches found
No related tags found
No related merge requests found
Pipeline #2927 passed
......@@ -45,7 +45,9 @@ spec:
- "forget"
- "--prune"
- "--verbose"
{{- toYaml .Values.keepOptions | nindent 16 }}
{{- range .Values.keepOptions }}
- {{ toYaml . | nindent 18}}
{{- end }}
envFrom:
- secretRef:
name: {{ include "restic-helm.fullname" . }}
......@@ -62,7 +64,9 @@ spec:
- "backup"
- "."
- "--verbose"
{{- toYaml .Values.backupOptions | nindent 16 }}
{{- range .Values.backupOptions }}
- {{ toYaml . | nindent 18}}
{{- end }}
envFrom:
- secretRef:
name: {{ include "restic-helm.fullname" . }}
......
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