REFACTOR(argocd): remove serversideapply
- from argocd applications - Fixes OutOfSync issues caused by operator-added default values - ServerSideApply causes stricter field management that conflicts with CRD defaults
This commit is contained in:
@@ -33,7 +33,6 @@ spec:
|
||||
- CreateNamespace=true
|
||||
- PrunePropagationPolicy=foreground
|
||||
- PruneLast=true
|
||||
- ServerSideApply=true
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
@@ -115,7 +114,6 @@ spec:
|
||||
- CreateNamespace=true
|
||||
- PrunePropagationPolicy=foreground
|
||||
- PruneLast=true
|
||||
- ServerSideApply=true
|
||||
retry:
|
||||
limit: 5
|
||||
backoff:
|
||||
|
||||
Reference in New Issue
Block a user