diff options
Diffstat (limited to 'f3s/git-server/helm-chart/templates/deployment.yaml')
| -rw-r--r-- | f3s/git-server/helm-chart/templates/deployment.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml index 168fe17..9b643ee 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -55,8 +55,8 @@ spec: - /bin/sh - -c - | - # Install git package (includes git-http-backend) - apk add --no-cache git + # Install git-daemon package (includes git-http-backend) + apk add --no-cache git-daemon # Copy git-http-backend to shared volume mkdir -p /git-binaries cp /usr/libexec/git-core/git-http-backend /git-binaries/ |
