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