Skip to content

Commit cff08b9

Browse files
Add default slack-hook params to fix the flux kustomize-controller errors (#546)
* Use the more recent release-1.51 version for ebs-csi-driver Description / Motivation: The release-1.13 version is 3 years old leading to CVEs. * Add default slack-hook params to fix the flux kustomize-controller errors Description / Motivation: The kustomize-controller is failing with ``` kubectl logs kustomize-controller-8589b7fd57-62kv4 -n flux-system | grep error ... {"level":"error","ts":"2025-10-28T00:20:58.625Z","logger":"controller.kustomization","msg":"Reconciliation failed after 482.930394ms, next try in 2m0s","reconciler group":"kustomize.toolkit.fluxcd.io","reconciler kind":"Kustomization","name":"kubernetes-iteration-toolkit","namespace":"tekton-pipelines","revision":"main/5009ee34941fc5f77054986fc450c5be68cc8bb0","error":"Pipeline/scalability/derekff-karpenter-testing dry-run failed, reason: BadRequest, error: admission webhook \"validation.webhook.pipeline.tekton.dev\" denied the request: validation failed: non-existent variable in \"$(params.slack-hook)\": spec.finally[0].params[slack-hook]\n"} ``` This is likely blocking Flux to sync from KIT. --------- Co-authored-by: Chithresh Azad <[email protected]>
1 parent 5009ee3 commit cff08b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/tekton-resources/pipelines/eks/karpenter-ultra.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ spec:
8080
- default: ""
8181
name: aws-account-id
8282
type: string
83+
- default: ""
84+
name: slack-hook
8385
tasks:
8486
- name: awscli-vpc-create
8587
params:

0 commit comments

Comments
 (0)