From 48a8499a2b919e28045c896cd8553d90bb3b875b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 9 Jan 2026 11:13:28 +0200 Subject: Fix SSH host keys and container security - Generate SSH host keys at runtime via entrypoint script - Remove fsGroup security context to fix emptyDir permissions - Allow cgit to initialize cache directory as root --- f3s/git-server/helm-chart/templates/deployment.yaml | 4 ---- 1 file changed, 4 deletions(-) (limited to 'f3s/git-server/helm-chart') diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml index 0446725..b74a5fc 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -15,10 +15,6 @@ spec: labels: app: git-server spec: - # Allow both git (1000) and www-data (33) to access shared files - securityContext: - fsGroup: 1000 - containers: # Container 1: SSH Git Server - name: git-server -- cgit v1.2.3