-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
pre-deletion resource hooks #13975
Comments
This might of interest, though I don't think you'll find a workaround there. |
The |
Indeed, #16595 solved the |
Hi, are there any plans to support/implement that, or explain possible work-arounds for that? |
@ofirc no current plans nor workarounds. I guess it wouldn't be too hard to implement pre-delete hooks, but someone has to do the work. |
Summary
Please add support for pre/post delete hook.
Motivation
Current resource hooks do not support pre/post deletion hooks. Here is a [list with supported hooks compared to helm hooks|https://argo-cd.readthedocs.io/en/stable/user-guide/helm/#helm-hooks]. There are many use cases where you want to run addtional actions before or after an ArgoCD Application is deleted.
Proposal
Functionality should be similar to what [helm provides for deletion hooks|https://helm.sh/docs/topics/charts_hooks/]
The text was updated successfully, but these errors were encountered: