Error unmarshaling object data on DELETE
operations with dynamic webhooks
#63
Labels
bug
Something isn't working
DELETE
operations with dynamic webhooks
#63
Related:
Sometimes validation webhooks are used for delete operations. The delete operation admission request doesn't have a body of the object, Kubewebhook tries unmarshaling them and it fails.
We could use admission request
OldObject
instead.The text was updated successfully, but these errors were encountered: