diff options
Diffstat (limited to 'f3s/git-server')
| -rw-r--r-- | f3s/git-server/helm-chart/templates/configmap-cgit.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/f3s/git-server/helm-chart/templates/configmap-cgit.yaml b/f3s/git-server/helm-chart/templates/configmap-cgit.yaml index 08561f3..840bb9b 100644 --- a/f3s/git-server/helm-chart/templates/configmap-cgit.yaml +++ b/f3s/git-server/helm-chart/templates/configmap-cgit.yaml @@ -21,6 +21,6 @@ data: # Remove .git suffix from repository URLs remove-suffix=1 - # Scan for repositories in /repos + # Scan for repositories in /repos/repos # This must be the last setting in the file - scan-path=/repos + scan-path=/repos/repos |
