From 909cb4ff26565da718099180ab784bd793d1a508 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Tue, 18 Nov 2025 15:04:18 -0300 Subject: [PATCH] flux: disable wait for monitoring --- .../platform/monitoring/kustomization.yaml | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml b/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml index f684773..82ad672 100644 --- a/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/monitoring/kustomization.yaml @@ -11,21 +11,4 @@ spec: sourceRef: kind: GitRepository name: flux-system - wait: true - healthChecks: - - apiVersion: helm.toolkit.fluxcd.io/v2 - kind: HelmRelease - name: grafana - namespace: monitoring - - apiVersion: helm.toolkit.fluxcd.io/v2 - kind: HelmRelease - name: victoria-metrics-single - namespace: monitoring - - apiVersion: helm.toolkit.fluxcd.io/v2 - kind: HelmRelease - name: node-exporter - namespace: monitoring - - apiVersion: helm.toolkit.fluxcd.io/v2 - kind: HelmRelease - name: alertmanager - namespace: monitoring + wait: false