Skip to content

Commit

Permalink
feat(tasks/volsync): adjust recovery steps
Browse files Browse the repository at this point in the history
  • Loading branch information
qlonik committed Oct 22, 2023
1 parent fce68a9 commit 3c04693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .taskfiles/VolSync/ReplicationDestination.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
repository: "${rsrc}-restic-secret"
destinationPVC: "${claim}"
copyMethod: Direct
storageClassName: ceph-block
storageClassName: nfs-fast
# IMPORTANT NOTE:
# Set to the last X number of snapshots to restore from
previous: 2
Expand Down
2 changes: 1 addition & 1 deletion .taskfiles/VolSync/WipeJob.tmpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
restartPolicy: OnFailure
containers:
- name: wipe
image: ghcr.io/onedr0p/alpine:3.17.0@sha256:8e1eb13c3ca5c038f3bf22a5fe9e354867f97f98a78027c44b7c76fce81fa61d
image: ghcr.io/onedr0p/alpine:3.18.4@sha256:b0b6f6f42bf9649ccaf0e98cd74d5e123471e2c4a4db4a5ee417b18dde9973a9
command: ["/bin/bash", "-c", "cd /config; find . -delete"]
volumeMounts:
- name: config
Expand Down

0 comments on commit 3c04693

Please sign in to comment.