X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Fscripts%2Fsub-scripts%2Funinstall-onap.sh;h=cd80195100314051b96c65e5121b0a68665ac871;hb=HEAD;hp=96888e75cd7b0d0f88250207cee9ac443825652e;hpb=0735e7dc76acd8486ea85842a7c5cbc3c08a6791;p=it%2Fdep.git diff --git a/smo-install/scripts/sub-scripts/uninstall-onap.sh b/smo-install/scripts/sub-scripts/uninstall-onap.sh index 96888e75..cd801951 100755 --- a/smo-install/scripts/sub-scripts/uninstall-onap.sh +++ b/smo-install/scripts/sub-scripts/uninstall-onap.sh @@ -24,3 +24,5 @@ ### kubectl delete namespace onap +kubectl delete namespace strimzi-system +kubectl get pv | grep Released | awk '$1 {print$1}' | while read vol; do kubectl delete pv/${vol}; done