do not use server side apply
This commit is contained in:
@@ -20,10 +20,6 @@ spec:
|
|||||||
kind: ServiceMonitor
|
kind: ServiceMonitor
|
||||||
jqPathExpressions:
|
jqPathExpressions:
|
||||||
- .spec.endpoints[].relabelings[].action
|
- .spec.endpoints[].relabelings[].action
|
||||||
- group: ""
|
|
||||||
kind: DaemonSet
|
|
||||||
jqPathExpressions:
|
|
||||||
- .spec.template.spec.securityContext.appArmorProfile
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
@@ -37,9 +33,8 @@ spec:
|
|||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=false
|
- CreateNamespace=false
|
||||||
- ApplyOutOfSyncOnly=true
|
- ApplyOutOfSyncOnly=true
|
||||||
- ServerSideApply=true
|
- ServerSideApply=false
|
||||||
- PruneLast=true
|
- PruneLast=true
|
||||||
- RespectIgnoreDifferences=true
|
|
||||||
|
|
||||||
---
|
---
|
||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
Reference in New Issue
Block a user