From 77831d73a9668f57a5dfb80394569f0cad6ed48b Mon Sep 17 00:00:00 2001 From: deploy-k3s Date: Wed, 11 Mar 2026 15:47:35 +0300 Subject: [PATCH] fix: traefik-routes path after bootstrap move Path was still infra/traefik-routes/manifests, but files moved to bootstrap/traefik-routes/manifests in the restructuring. --- bootstrap/traefik-routes/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/traefik-routes/config.yaml b/bootstrap/traefik-routes/config.yaml index e36170e..82a8f35 100644 --- a/bootstrap/traefik-routes/config.yaml +++ b/bootstrap/traefik-routes/config.yaml @@ -4,7 +4,7 @@ "step": "2", "source": { "repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git", - "path": "infra/traefik-routes/manifests", + "path": "bootstrap/traefik-routes/manifests", "targetRevision": "main" } }