From 7c32984cfb16867080d99a6f79cd616ad3f0935d Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 8 Nov 2025 21:09:47 +0100 Subject: [PATCH] Add ignoreDifferences configuration for HTTPRoute in ArgoCD application --- apps/ceph/cluster/application.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/apps/ceph/cluster/application.yaml b/apps/ceph/cluster/application.yaml index df2e366..a1cab5f 100644 --- a/apps/ceph/cluster/application.yaml +++ b/apps/ceph/cluster/application.yaml @@ -20,6 +20,14 @@ spec: destination: server: https://kubernetes.default.svc namespace: rook-ceph + ignoreDifferences: + - group: gateway.networking.k8s.io + kind: HTTPRoute + jsonPointers: + - /spec/parentRefs/0/group + - /spec/parentRefs/0/kind + - /spec/rules/0/backendRefs/0/group + - /spec/rules/0/backendRefs/0/kind syncPolicy: automated: prune: true