Simplify kustomization to avoid namespace conflicts

This commit is contained in:
Infrastructure Admin 2025-09-26 08:32:21 -04:00
parent dbe4a33db2
commit faa488f7a8

View file

@ -2,17 +2,18 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# Core infrastructure
# Core infrastructure - individual files to avoid conflicts
- forgejo-k8s.yaml
- pomerium.yaml
- providers.yaml
- provider-configs.yaml
- external-dns.yaml
# Directories with their own kustomizations
- 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)