Update security context.
This commit is contained in:
parent
3f51421126
commit
37f82a68eb
1 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@ spec:
|
||||||
storageClassName: "${VOLSYNC_STORAGECLASS:-ceph-block}"
|
storageClassName: "${VOLSYNC_STORAGECLASS:-ceph-block}"
|
||||||
accessModes: ["${VOLSYNC_ACCESSMODES:-ReadWriteOnce}"]
|
accessModes: ["${VOLSYNC_ACCESSMODES:-ReadWriteOnce}"]
|
||||||
capacity: "${VOLSYNC_CAPACITY}"
|
capacity: "${VOLSYNC_CAPACITY}"
|
||||||
# moverSecurityContext:
|
moverSecurityContext:
|
||||||
# runAsUser: 568
|
runAsUser: 568
|
||||||
# runAsGroup: 568
|
runAsGroup: 568
|
||||||
# fsGroup: 568
|
fsGroup: 568
|
||||||
|
|
Loading…
Reference in a new issue