From a74e546e5de32b62a905ec87e1983186523bedc5 Mon Sep 17 00:00:00 2001 From: r1cebank Date: Tue, 2 May 2023 16:14:10 +0000 Subject: [PATCH] Address comments --- values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/values.yaml b/values.yaml index b49b7ec..01f286d 100644 --- a/values.yaml +++ b/values.yaml @@ -39,8 +39,8 @@ frontend: # fsGroup: 1000 securityContext: - allowPrivilegeEscalation: true - runAsUser: 101 #nginx + allowPrivilegeEscalation: false + runAsUser: 101 # nginx capabilities: drop: - ALL