We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ab9e5 commit ce1d0d9Copy full SHA for ce1d0d9
kubernetes/cluster-0/components/volsync/minio/replicationdestination.yaml
@@ -13,6 +13,8 @@ spec:
13
cacheCapacity: "${VOLSYNC_CACHE_CAPACITY:-1Gi}"
14
storageClassName: "${VOLSYNC_STORAGECLASS:-ceph-block}"
15
volumeSnapshotClassName: "${VOLSYNC_SNAPSHOTCLASS:-csi-ceph-blockpool}"
16
+ restoreOpts:
17
+ - "--no-ownership"
18
moverSecurityContext:
19
runAsUser: ${APP_UID:-568}
20
runAsGroup: ${APP_GID:-568}
0 commit comments