add ignore rules

This commit is contained in:
2024-07-07 16:29:35 -05:00
parent 19380f02fd
commit 80399283da

View File

@@ -21,9 +21,9 @@ spec:
jqPathExpressions:
- .spec.endpoints[].relabelings[].action
- group: ""
kind: ""
kind: DaemonSet
jqPathExpressions:
- .spec.template.spec.securityContext.appArmorProfile
- .spec.template.spec.securityContext.appArmorProfile
syncPolicy:
automated:
prune: true
@@ -39,6 +39,7 @@ spec:
- ApplyOutOfSyncOnly=true
- ServerSideApply=true
- PruneLast=true
- RespectIgnoreDifferences=true
---
apiVersion: argoproj.io/v1alpha1