From 2505812fe72f9d88a36afd292f2a111c31fd8762 Mon Sep 17 00:00:00 2001 From: Jeffrey Smeets Date: Mon, 22 Jun 2026 23:41:54 +0200 Subject: [PATCH] Ignore Gateway certificateRefs group diff --- .../applications/envoy-gateway-config-application.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infra/argocd/applications/envoy-gateway-config-application.yaml b/infra/argocd/applications/envoy-gateway-config-application.yaml index aca7450..8a6a9a1 100644 --- a/infra/argocd/applications/envoy-gateway-config-application.yaml +++ b/infra/argocd/applications/envoy-gateway-config-application.yaml @@ -12,6 +12,11 @@ spec: destination: server: https://kubernetes.default.svc namespace: envoy-gateway + ignoreDifferences: + - group: gateway.networking.k8s.io + kind: Gateway + jqPathExpressions: + - '.spec.listeners[].tls.certificateRefs[].group' syncPolicy: automated: prune: true