diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 16:01:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 19:40:51 +0200 |
| commit | c623516302da81ebd599ca21ca5c2dcd5dfcbecd (patch) | |
| tree | 8a811f2c8903727d6a2d5739d1dfd8954ec11afd | |
| parent | 431a1277c26d33b34ed2a71c1a8ed6ad836512b2 (diff) | |
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 <noreply@anthropic.com>
| -rw-r--r-- | f3s/git-server/helm-chart/templates/deployment.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
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: |
