diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-10 15:50:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-10 15:50:47 +0200 |
| commit | c4b4b21cfe61f09a6866d71788cce30d3090c06c (patch) | |
| tree | 3555afac8d4adbc3dc9f4abaa6c809d9ff344880 /f3s/git-server/helm-chart | |
| parent | dcdcb7e9605fc84cb0df0105fecd3ecb896fcd42 (diff) | |
Set HOME=/tmp for cgit container to allow git config writes
Non-root container cannot write to /.gitconfig, setting HOME=/tmp
allows git to write config files
Diffstat (limited to 'f3s/git-server/helm-chart')
| -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 10b750b..82246a1 100644 --- a/f3s/git-server/helm-chart/templates/deployment.yaml +++ b/f3s/git-server/helm-chart/templates/deployment.yaml @@ -145,6 +145,8 @@ spec: name: http protocol: TCP env: + - name: HOME + value: "/tmp" - name: CGIT_TITLE value: "f3s Git Repository Browser" - name: CGIT_DESC |
