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:
Graham McIntire 2026-02-14 11:04:58 -06:00
parent dd250980ea
commit b47b00d9e0
No known key found for this signature in database

View file

@ -6,6 +6,6 @@ resources:
- deployment.yaml
- service.yaml
- service-headless.yaml
- certificate.yaml
- ingressroute.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