Skip to content

Commit e1bd3fd

Browse files
committed
fix: remove restoreOpts from ReplicationDestination configuration
1 parent 2925898 commit e1bd3fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ 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"
1816
moverSecurityContext:
1917
runAsUser: ${APP_UID:-568}
2018
runAsGroup: ${APP_GID:-568}

0 commit comments

Comments
 (0)