Add skipCrds for envoy-gateway to avoid CRD conflicts

Gateway API CRDs are already managed by istio; skip them
from the vendored envoy-gateway chart to prevent OutOfSync.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Scooby Husky
2026-03-10 19:48:06 -05:00
co-authored by Claude Opus 4.6
parent 8bde33f4d1
commit 1d5e216b68
@@ -16,6 +16,7 @@ spec:
targetRevision: main targetRevision: main
path: charts/envoy-gateway path: charts/envoy-gateway
helm: helm:
skipCrds: true
valueFiles: valueFiles:
- $values/infrastructure/envoy-gateway/values.yaml - $values/infrastructure/envoy-gateway/values.yaml
- repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git