jx command to delete the PV's (Persistent Volumes) associated with a helm release

1/30/2020

I am trying to delete all the resources of a deployed micro service like Deployments, services, PVC's and PV's associated with a helm release using the "jx step helm delete {release_name} -n {vz1-db-backup}".

This deletes all the resources except the PV's. And I am unable to use the traditional kubernetes commands in the Jenkinsfile to delete the PV's.

Please let me know the jx command to delete PV's.

-- Bhavani Prasad
jenkins--x
kubernetes

0 Answers