change pointer

This commit is contained in:
2025-05-17 14:24:25 -05:00
parent 07e861027a
commit 0a83fb02ef
2 changed files with 7 additions and 6 deletions

View File

@@ -21,8 +21,8 @@ spec:
ignoreDifferences:
- group: ""
kind: ServiceMonitor
jqPathExpressions:
- .spec.endpoints[].relabelings[].action
jsonPointers:
- /spec/endpoints/relabelings/action
syncPolicy:
automated:
prune: true

View File

@@ -53,10 +53,11 @@ applicationSet:
kind: Service
jqPathExpressions:
- .spec.externalName
- kind: StatefulSet
jqPathExpressions:
- .spec.volumeClaimTemplates[].apiVersion
- .spec.volumeClaimTemplates[].kind
- group: "apps"
kind: StatefulSet
jsonPointers:
- /spec/volumeClaimTemplates/apiVersion
- /spec/volumeClaimTemplates/kind
syncPolicy:
automated:
prune: true