|
@@ -32,7 +32,7 @@ spec:
|
|
|
- name: restic
|
|
- name: restic
|
|
|
image: restic/restic:0.17.2
|
|
image: restic/restic:0.17.2
|
|
|
command: ["/shared/wrapper.sh"]
|
|
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
|
|
imagePullPolicy: IfNotPresent
|
|
|
volumeMounts:
|
|
volumeMounts:
|
|
|
- name: restic-repo-vol
|
|
- name: restic-repo-vol
|