-
Notifications
You must be signed in to change notification settings - Fork 6.2k
Description
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version
.
Describe the bug
Argo Applications with annotation:
argocd.argoproj.io/skip-reconcile: "true"
are shown in the UI with status refreshing and a spinning loop gif.
Also when refreshing all apps in the main application view the refreshing process stucks at the application with the named annotation.
I am using the latest argocd version, but issue still occurs.
To Reproduce
create a simple demo application with the annotation:
argocd.argoproj.io/skip-reconcile: "true"
Go to the ArgoCD UI and klick on the application you've just created. You will see the spinning wheel.
I would expect at least no spinning wheel, which let you assume, there is something happening in the background.
Beside that, i would expect the application to be excluded from the "refresh all" button on the main application page, as the application
can not be refreshed because of the annotation.
Screenshots
Version
v2.12.4+27d1e64
Logs
no relevant logs