diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-09 11:26:34 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-09 19:40:51 +0200 |
| commit | f125eda6ebfd62574d987536d23d7f47ce863e77 (patch) | |
| tree | 549fb45fc7d33af0b0f67507aff0e40d975336f6 | |
| parent | 4fdca7aded2d07941b741eca7231a5f95ba498d7 (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.
| -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 |
