Simplify kustomization to avoid namespace conflicts
This commit is contained in:
parent
dbe4a33db2
commit
faa488f7a8
1 changed files with 8 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue