From 432a2bc54d4234b3009c6bab69bf8fc8eea89ffe Mon Sep 17 00:00:00 2001 From: V-Paranoiaque Date: Wed, 24 Sep 2025 20:47:54 +0200 Subject: [PATCH] Add missing podSecurityContext --- helm/gitea-mirror/values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/helm/gitea-mirror/values.yaml b/helm/gitea-mirror/values.yaml index 123450d..6cad53c 100644 --- a/helm/gitea-mirror/values.yaml +++ b/helm/gitea-mirror/values.yaml @@ -6,6 +6,11 @@ image: pullPolicy: IfNotPresent imagePullSecrets: [] +podSecurityContext: + runAsUser: 1001 + runAsGroup: 1001 + fsGroup: 1001 + fsGroupChangePolicy: OnRootMismatch ingress: enabled: false