From b5315d9d533d237a3212b8aa816f542e18e22b58 Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Sat, 8 Nov 2025 21:10:44 +0100 Subject: [PATCH] Add weight to ignoreDifferences for HTTPRoute in ArgoCD application --- apps/ceph/cluster/application.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ceph/cluster/application.yaml b/apps/ceph/cluster/application.yaml index a1cab5f..908fb76 100644 --- a/apps/ceph/cluster/application.yaml +++ b/apps/ceph/cluster/application.yaml @@ -28,6 +28,7 @@ spec: - /spec/parentRefs/0/kind - /spec/rules/0/backendRefs/0/group - /spec/rules/0/backendRefs/0/kind + - /spec/rules/0/backendRefs/0/weight syncPolicy: automated: prune: true