diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 16:01:59 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 16:01:59 +0200 |
| commit | fc28ffa7366c6771c090a033ca0c7d1ec2a061c0 (patch) | |
| tree | b56fa0d313fbb8aff078f5279b6da88c0e9e5ea6 /f3s/git-server | |
| parent | 0dd27636b7f7355e9149b1beaa5804f45b07418f (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>
Diffstat (limited to 'f3s/git-server')
| -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: |
