perf(argocd): skip dry run for new CRD

Currently, on first sync, many apps (such as nginx) will wait for ServiceMonitor,
which is created by the system/monitoring-system and takes a long time to sync.
This will significantly improve the installation speed.
This commit is contained in:
Khue Doan 2022-12-24 13:41:16 +07:00
parent c4c2f8e142
commit 377b02a6ea

View File

@ -38,4 +38,5 @@ spec:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- ServerSideApply=true
- SkipDryRunOnMissingResource=true
{{- end }}