diff options
| -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 |
