CephFs-provisioner: fix securitycontext in the pod
This is to update correct user id in security context for cephfs provisoner pod as there is no user with 99 exist in the container. Change-Id: I1bbe46df555b35b8afe636327fa83015fd784db0
This commit is contained in:
parent
038a6e58ae
commit
cb767a5694
@ -52,7 +52,7 @@ pod:
|
|||||||
security_context:
|
security_context:
|
||||||
provisioner:
|
provisioner:
|
||||||
pod:
|
pod:
|
||||||
runAsUser: 99
|
runAsUser: 0
|
||||||
container:
|
container:
|
||||||
ceph_cephfs_provisioner:
|
ceph_cephfs_provisioner:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
|
Loading…
Reference in New Issue
Block a user