-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Argocd cannot sync itself when a healthcheck is removed from the values file #2455
Comments
Is it the case that ArgoCD restarts on a change to the configmap named argocd-cmd-params-cm.
|
@crenshaw-dev Hi Michael - if I remember right |
FYI |
We found that adding this snippet to our global:
podAnnotations:
"argocdcm": "argocd-cm updated 01/26/2024. This is a short term manual fix" Thoughts? |
which means Argo CD server doesn't watch some of the data in argocd-cm CM if they are updated or not .... 👀 |
Seems like it - as simple fix we can add another checksum for components that use that ConfigMap. |
I make PR for this. 🙋 |
Describe the bug
This bug may be related to issue #2450.
We are wondering if argocd supports making changes to health checks without restarting argocd.
Related helm chart
argo-cd
Helm chart version
v5.14.1
To Reproduce
To reproduce the issue, please follow these steps:
Expected behavior
After removing the health check, expect argocd to sync itself
Screenshots
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: