From 2f66afd97017ed1e31dc6866b89cbcd64f98f062 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 361018c..06baf26 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 9fe9bd3..98a7211 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