From cb767a569414ed9331839023ea202ef7da52206e Mon Sep 17 00:00:00 2001 From: Chinasubbareddy Mallavarapu Date: Wed, 22 May 2019 10:55:43 -0500 Subject: [PATCH] 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 --- ceph-provisioners/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-provisioners/values.yaml b/ceph-provisioners/values.yaml index 9b43c1ff7..9e7a7c13f 100644 --- a/ceph-provisioners/values.yaml +++ b/ceph-provisioners/values.yaml @@ -52,7 +52,7 @@ pod: security_context: provisioner: pod: - runAsUser: 99 + runAsUser: 0 container: ceph_cephfs_provisioner: allowPrivilegeEscalation: false