@@ -32,7 +32,7 @@ spec:
- name: restic
image: restic/restic:0.17.2
command: ["/shared/wrapper.sh"]
- args: ["backup", "--repo", "/data/repo", "--insecure-no-password", "/data/glusterfs"]
+ args: ["backup", "--verbose", "--repo", "/data/repo", "--insecure-no-password", "/data/glusterfs"]
imagePullPolicy: IfNotPresent
volumeMounts:
- name: restic-repo-vol