From a5bebf1ada81cd0a66bd27f51704a4c170e90a3c Mon Sep 17 00:00:00 2001 From: Jack Morris Date: Wed, 31 Aug 2022 14:21:17 +0100 Subject: [PATCH] uncomment fsgroup to ensure container has correct filesystem permissions by default --- charts/nexus-iq/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nexus-iq/values.yaml b/charts/nexus-iq/values.yaml index 6d73bd76..db3ffa90 100644 --- a/charts/nexus-iq/values.yaml +++ b/charts/nexus-iq/values.yaml @@ -75,8 +75,8 @@ serviceAccount: # If not set and create is true, a name is generated using the fullname template name: -podSecurityContext: {} -# fsGroup: 2000 +podSecurityContext: + fsGroup: 2000 securityContext: {} # capabilities: