When a user deletes .data from argocd-secret, the data field is immediately repopulated but without data.server.secretkey which in turn causes the ArgoCD server login to fail.
rpc error: code = Unknown desc = server.secretkey is missing
Workaround for the same is by restarting the argocd-server pod. However ideally it should be done at the time of .data repopulation
.data repopulation issue:
https://issues.redhat.com/browse/GITOPS-1402
Acceptance Criteria
When .data is repopulated, user should be able to access ArgoCD server