I have created persistent volume claim using delete policy i.e. once the claim is deleted, the associated persistent volume gets deleted.
But I'm trying to figure out if there is a way that allows us to delete a persistent volume claim when a kubernetes job using that claim is completed.
Any help would be appreciated.