From 2e0196207738abfbfca4bcb23279234e814ced0c Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sun, 28 Dec 2025 19:21:05 +0900 Subject: [PATCH] FIX(repo): match securityContext with deployed sta --- gitea/helm-values/gitea.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index 5276dc2..41162b2 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -162,8 +162,7 @@ resources: memory: 512Mi # Security context -securityContext: - fsGroup: 1000 +securityContext: {} # Init containers for database setup initPreScript: |