mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
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:
parent
c4c2f8e142
commit
377b02a6ea
@ -38,4 +38,5 @@ spec:
|
||||
- CreateNamespace=true
|
||||
- ApplyOutOfSyncOnly=true
|
||||
- ServerSideApply=true
|
||||
- SkipDryRunOnMissingResource=true
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user