X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=bin%2Fundeploy-nonrtric;h=adfe28757e32d5bd24276070e6c3ef9d04597c79;hb=1fd14f960d45794d4b87135ba2e2e72244987f03;hp=af9a31db4976108c096e79dc97065c4b17390b13;hpb=d477ffdd450fa71dc8e8705f859b8520a59b1803;p=it%2Fdep.git diff --git a/bin/undeploy-nonrtric b/bin/undeploy-nonrtric index af9a31db..adfe2875 100755 --- a/bin/undeploy-nonrtric +++ b/bin/undeploy-nonrtric @@ -66,7 +66,7 @@ if [ "$INSTALL_KONG" = true ];then echo "Uninstalling kongstorage" helm delete kongstorage -n "${NONRTRIC_NAMESPACE:-nonrtric}" echo "Uninstalling Kong" - helm delete kong-nonrtric -n ${NONRTRIC_NAMESPACE:-nonrtric} + helm delete oran-nonrtric -n ${NONRTRIC_NAMESPACE:-nonrtric} fi ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"