change pointer
This commit is contained in:
@@ -21,8 +21,8 @@ spec:
|
|||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: ""
|
- group: ""
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
jqPathExpressions:
|
jsonPointers:
|
||||||
- .spec.endpoints[].relabelings[].action
|
- /spec/endpoints/relabelings/action
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
@@ -53,10 +53,11 @@ applicationSet:
|
|||||||
kind: Service
|
kind: Service
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .spec.externalName
|
- .spec.externalName
|
||||||
- kind: StatefulSet
|
- group: "apps"
|
||||||
jqPathExpressions:
|
kind: StatefulSet
|
||||||
- .spec.volumeClaimTemplates[].apiVersion
|
jsonPointers:
|
||||||
- .spec.volumeClaimTemplates[].kind
|
- /spec/volumeClaimTemplates/apiVersion
|
||||||
|
- /spec/volumeClaimTemplates/kind
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
Reference in New Issue
Block a user