From 3ec5a0980a24471038900e514b5f8a95a549de3f Mon Sep 17 00:00:00 2001 From: Felix Mumme Date: Tue, 14 Jan 2025 03:21:31 +0100 Subject: [PATCH] fix security context --- owncloud/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/owncloud/values.yaml b/owncloud/values.yaml index 6baacce..2939334 100644 --- a/owncloud/values.yaml +++ b/owncloud/values.yaml @@ -11,11 +11,11 @@ image: # Security context for the container podSecurityContext: + runAsUser: 33 + runAsGroup: 33 fsGroup: 33 containerSecurityContext: - runAsUser: 33 - runAsGroup: 33 allowPrivilegeEscalation: false