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