From bcda1b396de540c52aa6fd731f6bae7840fd8262 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 f6847734..82ad6728 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