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.
This commit is contained in:
deploy-k3s
2026-03-11 15:47:35 +03:00
parent f640de781d
commit 77831d73a9

View File

@@ -4,7 +4,7 @@
"step": "2", "step": "2",
"source": { "source": {
"repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git", "repoURL": "https://github.com/Kargones/deploy-app-kargo-private.git",
"path": "infra/traefik-routes/manifests", "path": "bootstrap/traefik-routes/manifests",
"targetRevision": "main" "targetRevision": "main"
} }
} }