You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an existing application get's updated with a resource that contains argocd.argoproj.io/hook: PostDelete it doesn't get the post-delete-finalizer.argocd.argoproj.io/post-delete-finalizer.argocd.argoproj.io/cleanup finalizers required for the PostDeletion feature to work.
To Reproduce
Deploy a application without PostDelete hook
Update the source of the application to include a new resource having the PostDelete hook annotation
Sync the application
Delete the application
==> See how the PostDelete hook isn't triggered
Checklist:
argocd version
.Describe the bug
When an existing application get's updated with a resource that contains
argocd.argoproj.io/hook: PostDelete
it doesn't get thepost-delete-finalizer.argocd.argoproj.io
/post-delete-finalizer.argocd.argoproj.io/cleanup
finalizers required for the PostDeletion feature to work.To Reproduce
PostDelete
hook annotation==> See how the PostDelete hook isn't triggered
Expected behavior
PostDelete hook is triggered.
Screenshots
Version
Logs
The text was updated successfully, but these errors were encountered: