From 855321bebf5f19e389a898d5070ee95e3a07e6a6 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 00:15:09 +0900 Subject: [PATCH] FIX(prometheus): ignore relabelings default value diff in ServiceMonitor --- prometheus/argocd.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/prometheus/argocd.yaml b/prometheus/argocd.yaml index d98e0f2..1eb9b4c 100644 --- a/prometheus/argocd.yaml +++ b/prometheus/argocd.yaml @@ -35,6 +35,7 @@ spec: kind: ServiceMonitor jqPathExpressions: - .spec.endpoints[].metricRelabelings + - .spec.endpoints[].relabelings syncPolicy: automated: prune: true