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
|
kind: Kustomization
|
||||||
|
|
||||||
resources:
|
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/
|
- auth/
|
||||||
- cert-manager/
|
- cert-manager/
|
||||||
- dns/
|
- dns/
|
||||||
- emissary/
|
- emissary/
|
||||||
- external-dns.yaml
|
|
||||||
- forgejo-k8s.yaml
|
|
||||||
- namespaces.yaml
|
|
||||||
- pomerium.yaml
|
|
||||||
- providers.yaml
|
|
||||||
- provider-configs.yaml
|
|
||||||
|
|
||||||
# Exclude problematic directories:
|
# Exclude problematic directories:
|
||||||
# - flux/ (managed by Flux itself)
|
# - flux/ (managed by Flux itself)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue