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.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user