From a058a646f329a169e55b6483e1f5560313d47353 Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 21 Jun 2025 22:58:31 -0700 Subject: fix: correct path components --- manifests/overlays/prod/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/overlays/prod/kustomization.yaml b/manifests/overlays/prod/kustomization.yaml index 798d178..8a889aa 100644 --- a/manifests/overlays/prod/kustomization.yaml +++ b/manifests/overlays/prod/kustomization.yaml @@ -5,7 +5,7 @@ metadata: resources: - ../../base -- ../../base/components/ +- ../../base/components/cgit images: - name: go-git-server -- cgit v1.2.3