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=b088cff0563e5d3df2df13bb92e29cb462f4cd8c;hpb=dd88f8e183d4463db48e1db2abb5d101e3dfb02a;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 b088cff0..cd801951 100755 --- a/smo-install/scripts/sub-scripts/uninstall-onap.sh +++ b/smo-install/scripts/sub-scripts/uninstall-onap.sh @@ -24,4 +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