From 6c13b8a631cfaf01da5e2328dbc20a30d04cbb61 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 9 Jan 2026 11:34:58 +0200 Subject: Remove fsGroup to fix nginx worker setgid errors The fsGroup: 1000 was causing nginx workers to fail with setgid errors even after removing 'user nginx;' directive. Since both containers run as root, fsGroup is not needed for repo access. --- f3s/git-server/helm-chart/templates/deployment.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'f3s/git-server') diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml index 12a235a..7381178 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -15,9 +15,6 @@ spec: labels: app: git-server spec: - securityContext: - fsGroup: 1000 - initContainers: - name: setup image: alpine:3.19 -- cgit v1.2.3