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