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:
|
||||
# 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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue