Closed Neumann-Nils closed 5 years ago
CRDs and webhooks still exist after
helm delete karydia --purge
Cannot consistently reproduce this behavior. But the problem seems to be that the post-install
hook sometimes is not triggered (the triggering condition is somehow connected with the state of the other resources to delete).
To make the deletion process more consistent and reliable, I switched back to a pre-delete
hook. This approach works just fine for me.
Description
When karydia is deleted via
helm delete --purge karydia
the created CRDs and webhooks should be deleted. This is realized using apre-delete
hook.[Resolves #184]