From 56ff59a0ea76a09a2b68c6a942edb2416c6a51ee Mon Sep 17 00:00:00 2001 From: RAHUL KHIYANI Date: Thu, 23 May 2019 16:50:54 -0500 Subject: [PATCH] Ceph-rgw: Fix securityContext Change-Id: I3ff9e4567cf223d1c6823b00086b4635b424b148 allowPrivilegeEscalation: true to allowPrivilegeEscalation: false --- ceph-rgw/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph-rgw/values.yaml b/ceph-rgw/values.yaml index 72296be1a..5cb4e6e80 100644 --- a/ceph-rgw/values.yaml +++ b/ceph-rgw/values.yaml @@ -54,7 +54,7 @@ pod: runAsUser: 64045 container: init_dirs: - allowPrivilegeEscalation: true + allowPrivilegeEscalation: false readOnlyRootFilesystem: true rgw_init: runAsUser: 0