fix: exclude cert-manager and traefik resources from FluxCD kustomization
These CRDs are not available for FluxCD dry-run validation, causing the kustomization to fail. Apply certificate.yaml and ingressroute.yaml manually instead.
This commit is contained in:
parent
dd250980ea
commit
b47b00d9e0
1 changed files with 2 additions and 2 deletions
|
|
@ -6,6 +6,6 @@ resources:
|
||||||
- deployment.yaml
|
- deployment.yaml
|
||||||
- service.yaml
|
- service.yaml
|
||||||
- service-headless.yaml
|
- service-headless.yaml
|
||||||
- certificate.yaml
|
|
||||||
- ingressroute.yaml
|
|
||||||
- poddisruptionbudget.yaml
|
- poddisruptionbudget.yaml
|
||||||
|
# certificate.yaml and ingressroute.yaml excluded - require cert-manager and Traefik CRDs
|
||||||
|
# Apply those manually: kubectl apply -f k8s/certificate.yaml -f k8s/ingressroute.yaml
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue