From b3647d71dd6741931fbbfb5e063eed3283669bd3 Mon Sep 17 00:00:00 2001 From: Infrastructure Admin Date: Thu, 25 Sep 2025 20:57:31 -0400 Subject: [PATCH] Fix kustomization.yaml with correct directory paths --- kustomization.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kustomization.yaml b/kustomization.yaml index cef5fd2..3c3ad5c 100644 --- a/kustomization.yaml +++ b/kustomization.yaml @@ -3,12 +3,16 @@ kind: Kustomization resources: # Core infrastructure -- auth-system/ +- auth/ - cert-manager/ - dns/ - emissary/ +- external-dns.yaml - forgejo-k8s.yaml +- namespaces.yaml - pomerium.yaml +- providers.yaml +- provider-configs.yaml # Exclude problematic directories: # - flux/ (managed by Flux itself)