diff --git a/apps/monitoring/prometheus/application.yaml b/apps/monitoring/prometheus/application.yaml index 6e47a22..69d3435 100644 --- a/apps/monitoring/prometheus/application.yaml +++ b/apps/monitoring/prometheus/application.yaml @@ -36,9 +36,6 @@ spec: 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 - - /spec/rules/0/backendRefs/0/weight + jqPathExpressions: + - .spec.parentRefs[] | .group, .kind + - .spec.rules[].backendRefs[] | .group, .kind, .weight