Skip to content

Commit

Permalink
feat(volsync): update dest to use new cleanup options
Browse files Browse the repository at this point in the history
  • Loading branch information
jfroy committed Nov 9, 2024
1 parent c836da4 commit ddce0e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/templates/volsync/r2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
cacheCapacity: "${VOLSYNC_CACHE_CAPACITY:-4Gi}"
cacheStorageClassName: "${VOLSYNC_CACHE_SNAPSHOTCLASS:-openebs-hostpath}"
cacheAccessModes: ["${VOLSYNC_CACHE_ACCESSMODES:-ReadWriteOnce}"]
cleanupCachePVC: true
cleanupTempPVC: true
storageClassName: "${VOLSYNC_STORAGECLASS:-ceph-block}"
accessModes: ["${VOLSYNC_ACCESSMODES:-ReadWriteOnce}"]
capacity: "${VOLSYNC_CAPACITY}"
Expand Down

0 comments on commit ddce0e3

Please sign in to comment.