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:
Chinasubbareddy Mallavarapu 2019-05-22 10:55:43 -05:00 committed by chinasubbareddy mallavarapu
parent 038a6e58ae
commit cb767a5694
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ pod:
security_context:
provisioner:
pod:
runAsUser: 99
runAsUser: 0
container:
ceph_cephfs_provisioner:
allowPrivilegeEscalation: false