Commit 6811469
KFLUXINFRA-3695 Fix sync wave ordering: deploy tekton-kueue after LocalQueue
Move tekton-kueue sync wave from 10 to 12 so it deploys after the
LocalQueue (wave 11). This prevents a race where the tekton-kueue
webhook becomes active before the pipelines-queue LocalQueue exists,
which could cause PipelineRuns to be rejected during rollout.
Fixes both internal-staging and internal-production overlays.
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 84c1f6b commit 6811469
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- components/kueue
- internal-production/tekton-kueue
- internal-staging/tekton-kueue
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments