Commit 2a1ed1c
committed
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.1 parent 504d29d commit 2a1ed1c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments