summaryrefslogtreecommitdiff
path: root/f3s/git-server
diff options
context:
space:
mode:
Diffstat (limited to 'f3s/git-server')
-rw-r--r--f3s/git-server/helm-chart/templates/deployment.yaml3
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