Skip to content

Commit 6811469

Browse files
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/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ images:
1212
namespace: tekton-kueue
1313

1414
commonAnnotations:
15-
argocd.argoproj.io/sync-wave: "10"
15+
argocd.argoproj.io/sync-wave: "12"
1616

1717
configMapGenerator:
1818
- name: tekton-kueue-config

components/kueue/internal-staging/tekton-kueue/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ images:
1212
namespace: tekton-kueue
1313

1414
commonAnnotations:
15-
argocd.argoproj.io/sync-wave: "10"
15+
argocd.argoproj.io/sync-wave: "12"
1616

1717
configMapGenerator:
1818
- name: tekton-kueue-config

0 commit comments

Comments
 (0)