From 45f0100784af02a10f1061f048ae5653ea83b616 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 9 Nov 2025 13:46:56 -0300 Subject: [PATCH] core: disable wait to unblock reconciliation --- clusters/atlas/flux-system/platform/core/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/atlas/flux-system/platform/core/kustomization.yaml b/clusters/atlas/flux-system/platform/core/kustomization.yaml index 1466ca0..054ac98 100644 --- a/clusters/atlas/flux-system/platform/core/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/core/kustomization.yaml @@ -12,4 +12,4 @@ spec: kind: GitRepository name: flux-system namespace: flux-system - wait: true + wait: false