fix: make cicd in-cluster mode explicit

This commit is contained in:
Codex
2026-07-03 13:01:15 +00:00
parent 4b1b173b3f
commit 7c43716b3c
6 changed files with 30 additions and 18 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export function renderControllerReconcileJob(registry: BranchFollowerRegistry, o
...(options.followerId === null ? ["--all"] : ["--follower", options.followerId]),
mode.dryRun ? "--dry-run" : "--confirm",
"--wait",
"--controller",
"--in-cluster",
"--config",
"config/cicd-branch-followers.yaml",
"--timeout-seconds",