add ignores
This commit is contained in:
@@ -19,7 +19,7 @@ spec:
|
|||||||
- group: ""
|
- group: ""
|
||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .spec.endpoints[].relabelings[].action
|
- .spec.endpoints[].relabelings[]
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
@@ -8,6 +8,11 @@ git:
|
|||||||
revision: HEAD
|
revision: HEAD
|
||||||
applicationSet:
|
applicationSet:
|
||||||
- name: applications
|
- name: applications
|
||||||
|
ignoreDifferences:
|
||||||
|
- group: ""
|
||||||
|
kind: Service
|
||||||
|
jqPathExpressions:
|
||||||
|
- .spec.externalName
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
@@ -51,8 +56,8 @@ applicationSet:
|
|||||||
- .spec.externalName
|
- .spec.externalName
|
||||||
- kind: StatefulSet
|
- kind: StatefulSet
|
||||||
jsonPointers:
|
jsonPointers:
|
||||||
- .spec.volumeClaimTemplates.apiVersion
|
- .spec.volumeClaimTemplates[].apiVersion
|
||||||
- .spec.volumeClaimTemplates.kind
|
- .spec.volumeClaimTemplates[].kind
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
@@ -64,7 +69,11 @@ applicationSet:
|
|||||||
- group: ""
|
- group: ""
|
||||||
kind: GpuDevicePlugin
|
kind: GpuDevicePlugin
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .metadata.annotations
|
- .metadata.annotations[]
|
||||||
|
- kind: StatefulSet
|
||||||
|
jsonPointers:
|
||||||
|
- .spec.volumeClaimTemplates[].apiVersion
|
||||||
|
- .spec.volumeClaimTemplates[].kind
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
Reference in New Issue
Block a user