Add jenkins charts
[it/dep.git] / smo-install / scripts / sub-scripts / uninstall-onap.sh
index 96888e7..b088cff 100755 (executable)
@@ -24,3 +24,4 @@
 ###
 
 kubectl delete namespace onap
+kubectl get pv | grep Released | awk '$1 {print$1}' | while read vol; do kubectl delete pv/${vol}; done