summaryrefslogtreecommitdiff
path: root/f3s/git-server/helm-chart/templates/configmap-sshd.yaml
AgeCommit message (Collapse)Author
2026-02-07fix(git-server): add sshd_config to persistent storagePaul Buetow
The sshd_config file needs to be in the persistent SSH directory for the git-server container to start properly. Added ConfigMap and updated initContainer to copy it on first deployment. Co-authored-by: Cursor <cursoragent@cursor.com>