add additional field ignore
This commit is contained in:
@@ -20,6 +20,10 @@ spec:
|
|||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .spec.endpoints[].relabelings[].action
|
- .spec.endpoints[].relabelings[].action
|
||||||
|
- group: ""
|
||||||
|
kind: Pod
|
||||||
|
jqPathExpressions:
|
||||||
|
- .spec.template.spec.securityContext.appArmorProfile
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
@@ -52,11 +52,17 @@ applicationSet:
|
|||||||
kind: ValidatingWebhookConfiguration
|
kind: ValidatingWebhookConfiguration
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .webhooks[].clientConfig.caBundle
|
- .webhooks[].clientConfig.caBundle
|
||||||
|
- kind: PersistentVolume
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/claimRef/resourceVersion
|
||||||
|
- /spec/claimRef/uid
|
||||||
|
- /status/lastPhaseTransitionTime
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
serverSideApply: true
|
serverSideApply: true
|
||||||
|
RespectIgnoreDifferences: true
|
||||||
- name: services
|
- name: services
|
||||||
ignoreDifferences:
|
ignoreDifferences:
|
||||||
- group: ""
|
- group: ""
|
||||||
@@ -82,8 +88,14 @@ applicationSet:
|
|||||||
kind: ValidatingWebhookConfiguration
|
kind: ValidatingWebhookConfiguration
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .webhooks[].clientConfig.caBundle
|
- .webhooks[].clientConfig.caBundle
|
||||||
|
- kind: PersistentVolume
|
||||||
|
jsonPointers:
|
||||||
|
- /spec/claimRef/resourceVersion
|
||||||
|
- /spec/claimRef/uid
|
||||||
|
- /status/lastPhaseTransitionTime
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
serverSideApply: true
|
serverSideApply: true
|
||||||
|
RespectIgnoreDifferences: true
|
||||||
|
Reference in New Issue
Block a user