fix: remove duplicate wait keys from helm addon kustomizations
Deploy Cluster / Terraform (push) Successful in 29s
Deploy Cluster / Ansible (push) Has been cancelled

The repo-only Kustomization healthCheck change accidentally left the original
wait:true keys in the Rancher and Rancher backup Kustomizations, which broke
the infrastructure kustomize build. Remove the duplicate keys so Flux can
apply the HelmRelease-only health checks cleanly.
This commit is contained in:
2026-04-23 02:20:57 +00:00
parent c570a476b5
commit d9374bc209
2 changed files with 0 additions and 2 deletions
@@ -10,7 +10,6 @@ spec:
kind: GitRepository kind: GitRepository
name: platform name: platform
path: ./infrastructure/addons/rancher-backup path: ./infrastructure/addons/rancher-backup
wait: true
timeout: 10m timeout: 10m
suspend: false suspend: false
dependsOn: dependsOn:
@@ -10,7 +10,6 @@ spec:
kind: GitRepository kind: GitRepository
name: platform name: platform
path: ./infrastructure/addons/rancher path: ./infrastructure/addons/rancher
wait: true
timeout: 15m timeout: 15m
suspend: false suspend: false
dependsOn: dependsOn: