diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-10 11:51:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-10 11:51:48 +0200 |
| commit | 87cfd924dd1131286db36d1d9e1a9df020c4400d (patch) | |
| tree | 8778947c26607b4dedbadb72a8a4b0a6e23e86e8 /f3s/git-server | |
| parent | 22ce54cd4854cb946f3b1114ca52eb5a51e87f9b (diff) | |
Install git-daemon package for git-http-backend support
Diffstat (limited to 'f3s/git-server')
| -rw-r--r-- | f3s/git-server/helm-chart/templates/deployment.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml index f6e6d5b..45e246a 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -85,7 +85,8 @@ spec: command: ["/bin/sh", "-c"] args: - | - # Note: joseluisq/alpine-cgit already has git installed, no need to install again + # Install git-daemon package which provides git-http-backend + apk add --no-cache git-daemon # Configure git repository for HTTP access git config --file /repos/repos/conf.git/config http.receivepack true |
