argoproj / gitops-engine

Democratizing GitOps
https://pkg.go.dev/github.com/argoproj/gitops-engine?tab=subdirectories
Apache License 2.0
1.67k stars 251 forks source link

Add newly applied resources to SyncStatus resources #581

Open andrii-korotkov-verkada opened 3 months ago

andrii-korotkov-verkada commented 3 months ago

See the issue https://github.com/argoproj/argo-cd/issues/18500 and investigation there. For new config maps (and potentially other resources) they can already be created rather quickly, but since resources in syncContext are based resources managed by app, the newly created config maps won't appear there until later (sometimes tens of minutes).