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

fix: increase verbosity of restic

parent c76f89b9
No related branches found
No related tags found
No related merge requests found
Pipeline #2862 passed
......@@ -43,6 +43,7 @@ spec:
args:
- "forget"
- "--prune"
- "--verbose"
{{- toYaml .Values.keepOptions | nindent 16 }}
envFrom:
- secretRef:
......@@ -59,6 +60,7 @@ spec:
args:
- "backup"
- "."
- "--verbose"
envFrom:
- secretRef:
name: {{ include "restic-helm.fullname" . }}
......
......@@ -35,7 +35,7 @@ spec:
- "/bin/sh"
- "-c"
args:
- "restic cat config || restic init"
- "restic cat config || restic init --verbose"
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