Fix kustomization.yaml with correct directory paths
This commit is contained in:
parent
11f3e9309c
commit
b3647d71dd
1 changed files with 5 additions and 1 deletions
|
|
@ -3,12 +3,16 @@ kind: Kustomization
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
# Core infrastructure
|
# Core infrastructure
|
||||||
- auth-system/
|
- auth/
|
||||||
- cert-manager/
|
- cert-manager/
|
||||||
- dns/
|
- dns/
|
||||||
- emissary/
|
- emissary/
|
||||||
|
- external-dns.yaml
|
||||||
- forgejo-k8s.yaml
|
- forgejo-k8s.yaml
|
||||||
|
- namespaces.yaml
|
||||||
- pomerium.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