diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 11:26:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 11:26:34 +0200 |
| commit | 5cbfbbd537a2e4d2ec5250ac2570da122ea97a45 (patch) | |
| tree | 6032a7b71345e3e7a5226fa4f26e92f4bd9e0f98 /f3s/git-server | |
| parent | c737ccac87b398084bf5fa50e509127e055d4b8e (diff) | |
Set USE_CUSTOM_CONFIG=true to skip cgit template substitution
The cgit entrypoint tries to write to /etc/cgitrc which is mounted
read-only from our ConfigMap. Set USE_CUSTOM_CONFIG=true to use our
custom cgitrc directly without template substitution.
Diffstat (limited to 'f3s/git-server')
| -rw-r--r-- | f3s/git-server/helm-chart/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/f3s/git-server/helm-chart/templates/deployment.yaml b/f3s/git-server/helm-chart/templates/deployment.yaml index fe999cb..1af9770 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -79,6 +79,8 @@ spec: value: "f3s Git Repository Browser" - name: CGIT_DESC value: "Browse git repositories" + - name: USE_CUSTOM_CONFIG + value: "true" volumeMounts: - name: repos mountPath: /repos |
