I'm trying to implement a controller that on a rollback event in ArgoCD, will implement certain logic.
So can I catch all attempts to go to the CRD Application and add my own logic at the time of calling this API: /api/v1/applications/{name}/rollback? I can't find out if Argo has outgoing web hook for rollback event?