do not use server side apply

This commit is contained in:
2024-07-07 16:32:53 -05:00
parent 80399283da
commit a55db87171

View File

@@ -20,10 +20,6 @@ spec:
kind: ServiceMonitor
jqPathExpressions:
- .spec.endpoints[].relabelings[].action
- group: ""
kind: DaemonSet
jqPathExpressions:
- .spec.template.spec.securityContext.appArmorProfile
syncPolicy:
automated:
prune: true
@@ -37,9 +33,8 @@ spec:
syncOptions:
- CreateNamespace=false
- ApplyOutOfSyncOnly=true
- ServerSideApply=true
- ServerSideApply=false
- PruneLast=true
- RespectIgnoreDifferences=true
---
apiVersion: argoproj.io/v1alpha1