From fc28ffa7366c6771c090a033ca0c7d1ec2a061c0 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 9 Jan 2026 16:01:59 +0200 Subject: Remove readOnly flag from git-ssh-writable mount The emptyDir needs to be writable for SSH to access authorized_keys. Co-Authored-By: Claude Sonnet 4.5 --- f3s/git-server/helm-chart/templates/deployment.yaml | 1 - 1 file changed, 1 deletion(-) (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 7df943e..e48fc8e 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -54,7 +54,6 @@ spec: mountPath: /repos - name: git-ssh-writable mountPath: /home/git/.ssh - readOnly: true - name: ssh-host-keys mountPath: /etc/ssh securityContext: -- cgit v1.2.3