From 1d5e216b684404142735edf49735c37cab1c14d4 Mon Sep 17 00:00:00 2001 From: Scooby Husky Date: Tue, 10 Mar 2026 19:48:06 -0500 Subject: [PATCH] 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 --- argocd-apps/infrastructure/envoy-gateway.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/argocd-apps/infrastructure/envoy-gateway.yaml b/argocd-apps/infrastructure/envoy-gateway.yaml index 6083fc6..6a0e1ca 100644 --- a/argocd-apps/infrastructure/envoy-gateway.yaml +++ b/argocd-apps/infrastructure/envoy-gateway.yaml @@ -16,6 +16,7 @@ spec: targetRevision: main path: charts/envoy-gateway helm: + skipCrds: true valueFiles: - $values/infrastructure/envoy-gateway/values.yaml - repoURL: https://gitlab.kube.huskypup.net/Scooby/Homelabv4.git