From 1bdc0efdac04e5db715b8dbde24665f17430d0ac 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 85663874..e48dc8a3 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 45850879..1f56f6dc 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