From 38d9d4f2536f9488fff77f62100b8c9461da54c4 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Wed, 17 Dec 2025 04:47:12 -0300 Subject: [PATCH] flux(atlas): use scoped health checks --- .../atlas/flux-system/applications/harbor/kustomization.yaml | 2 +- .../atlas/flux-system/applications/jenkins/kustomization.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clusters/atlas/flux-system/applications/harbor/kustomization.yaml b/clusters/atlas/flux-system/applications/harbor/kustomization.yaml index 361018cf..06baf268 100644 --- a/clusters/atlas/flux-system/applications/harbor/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/harbor/kustomization.yaml @@ -13,11 +13,11 @@ spec: kind: GitRepository name: flux-system namespace: flux-system - wait: true healthChecks: - apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease name: harbor namespace: harbor + wait: false dependsOn: - name: core diff --git a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml index 9fe9bd32..98a72117 100644 --- a/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml +++ b/clusters/atlas/flux-system/applications/jenkins/kustomization.yaml @@ -15,9 +15,9 @@ spec: dependsOn: - name: helm - name: traefik - wait: true healthChecks: - apiVersion: helm.toolkit.fluxcd.io/v2 kind: HelmRelease name: jenkins namespace: jenkins + wait: false