diff options
| -rw-r--r-- | f3s/git-server/helm-chart/templates/configmap-cgit.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/f3s/git-server/helm-chart/templates/configmap-cgit.yaml b/f3s/git-server/helm-chart/templates/configmap-cgit.yaml index 840bb9b..9aba781 100644 --- a/f3s/git-server/helm-chart/templates/configmap-cgit.yaml +++ b/f3s/git-server/helm-chart/templates/configmap-cgit.yaml @@ -12,6 +12,9 @@ data: root-title=f3s Git Repository Browser root-desc=Browse git repositories in f3s cluster + # Set the virtual root for correct URL generation + virtual-root=/ + # Disable caching to avoid permission issues cache-size=0 |
