diff options
| author | Max Resnick <max@ofmax.li> | 2025-07-04 23:43:40 -0700 |
|---|---|---|
| committer | Max Resnick <max@ofmax.li> | 2025-07-04 23:43:40 -0700 |
| commit | 8c7f94cee8368c29b350f36c41fafdfae40658e0 (patch) | |
| tree | 8fb3527fd73de6122884a5f1c3fdff2d985835f5 | |
| parent | 04da801dcdb850d3daceea002e7648a5fba938f1 (diff) | |
| download | go-git-server-8c7f94cee8368c29b350f36c41fafdfae40658e0.tar.gz | |
fix: configmap policy mapping path
| -rw-r--r-- | manifests/base/kustomization.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml index 96eec50..d9de1db 100644 --- a/manifests/base/kustomization.yaml +++ b/manifests/base/kustomization.yaml @@ -10,8 +10,8 @@ resources: configMapGenerator: - name: go-git-server-policy files: - - auth_model.ini=auth_model.ini - - policies/public.csv=policies/public.csv + - auth_model.ini + - policy.csv=policies/public.csv labels: - includeSelectors: true |