From d9374bc209b2bdca63aa8d6ea68d707ce5011e25 Mon Sep 17 00:00:00 2001 From: MichaelFisher1997 Date: Thu, 23 Apr 2026 02:20:57 +0000 Subject: [PATCH] fix: remove duplicate wait keys from helm addon kustomizations 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. --- infrastructure/addons/kustomization-rancher-backup.yaml | 1 - infrastructure/addons/kustomization-rancher.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/infrastructure/addons/kustomization-rancher-backup.yaml b/infrastructure/addons/kustomization-rancher-backup.yaml index 7925370..3e8176e 100644 --- a/infrastructure/addons/kustomization-rancher-backup.yaml +++ b/infrastructure/addons/kustomization-rancher-backup.yaml @@ -10,7 +10,6 @@ spec: kind: GitRepository name: platform path: ./infrastructure/addons/rancher-backup - wait: true timeout: 10m suspend: false dependsOn: diff --git a/infrastructure/addons/kustomization-rancher.yaml b/infrastructure/addons/kustomization-rancher.yaml index 329f1f8..93d892f 100644 --- a/infrastructure/addons/kustomization-rancher.yaml +++ b/infrastructure/addons/kustomization-rancher.yaml @@ -10,7 +10,6 @@ spec: kind: GitRepository name: platform path: ./infrastructure/addons/rancher - wait: true timeout: 15m suspend: false dependsOn: