fix: make cicd in-cluster mode explicit
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user