Skip to content

Commit ce1d0d9

Browse files
committed
fix: add restoreOpts to ReplicationDestination for ownership handling
1 parent 51ab9e5 commit ce1d0d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes/cluster-0/components/volsync/minio/replicationdestination.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ spec:
1313
cacheCapacity: "${VOLSYNC_CACHE_CAPACITY:-1Gi}"
1414
storageClassName: "${VOLSYNC_STORAGECLASS:-ceph-block}"
1515
volumeSnapshotClassName: "${VOLSYNC_SNAPSHOTCLASS:-csi-ceph-blockpool}"
16+
restoreOpts:
17+
- "--no-ownership"
1618
moverSecurityContext:
1719
runAsUser: ${APP_UID:-568}
1820
runAsGroup: ${APP_GID:-568}

0 commit comments

Comments
 (0)