From d6f0f375b777c2b9209f68ddd25ae238e691df75 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 9 Nov 2025 12:49:54 -0300 Subject: [PATCH] core: point flux to infrastructure path --- clusters/atlas/flux-system/platform/core/kustomization.yaml | 2 +- infrastructure/core/kustomization.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/clusters/atlas/flux-system/platform/core/kustomization.yaml b/clusters/atlas/flux-system/platform/core/kustomization.yaml index 8566387..e48dc8a 100644 --- a/clusters/atlas/flux-system/platform/core/kustomization.yaml +++ b/clusters/atlas/flux-system/platform/core/kustomization.yaml @@ -6,7 +6,7 @@ metadata: namespace: flux-system spec: interval: 10m - path: ./clusters/atlas/platform + path: ./infrastructure/core prune: true sourceRef: kind: GitRepository diff --git a/infrastructure/core/kustomization.yaml b/infrastructure/core/kustomization.yaml index 4585087..1f56f6d 100644 --- a/infrastructure/core/kustomization.yaml +++ b/infrastructure/core/kustomization.yaml @@ -4,3 +4,4 @@ kind: Kustomization resources: - ../modules/base - ../modules/profiles/atlas-ha + - ../sources/cert-manager/letsencrypt.yaml