-
Notifications
You must be signed in to change notification settings - Fork 519
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
[BUG] Reloader dployment keeps out-of-sync in ArgoCD #769
Comments
hi @lesomnus, can you share what part of reloader deployment stays out of sync pls? |
Im not sure that Just for the note, ArgoCD reports some resource is out-of-sync if the deployed resource is not same as the resourec definition from the remote repository (Helm or Git). Current situation:
|
Argocd can show the difference between the live state and the desired state in its UI, I was referring to that screenshot/manifest details. So, i want to see which fields of the reloader deployment are out of sync. This blog shows how to view the diff details in argocd. https://codefresh.io/blog/argo-cd-preview-diff/ |
I will try to replicate it on end meanwhile |
Your issue relates to this PR #742 (comment), fix has been merged. but we havent released a proper version for it yet. We will target it for this week. 😃 |
fixed the problem, thanks for the quick response! |
Describe the bug
Deployment of reloader keeps out-of-sync state after sync.
To Reproduce
Expected behavior
Remain in sync state.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
Additional context
I have tried #333 but doesn't work...
Reloader does not print any logs something like: "detects something is changed so restarted something".
The text was updated successfully, but these errors were encountered: