X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fbin%2Funinstall;h=21a8e3fa3ab4e7d5d2f0b5adde620eb374146432;hb=01adf4c86818ed16f46d8c0f9e9c691792bb233a;hp=a5ccd8cd69286b6f91fcc2b010d2633e2a82319c;hpb=431ae3c7eab922223215b52f2a347029eb95335b;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/bin/uninstall b/ric-platform/50-RIC-Platform/bin/uninstall index a5ccd8cd..21a8e3fa 100755 --- a/ric-platform/50-RIC-Platform/bin/uninstall +++ b/ric-platform/50-RIC-Platform/bin/uninstall @@ -29,17 +29,11 @@ if [ -z "$RICPLT_RELEASE_NAME" ];then else RELEASE_NAME=$RICPLT_RELEASE_NAME fi -if [ -z "$RICPLT_NAMESPACE" ];then - NAMESPACE=$namespace -else - NAMESPACE=$RICPLT_NAMESPACE -fi +RICPLT_COMPONENTS="appmgr rtmgr dbaas e2mgr e2term a1mediator submgr vespamgr" -RICPLT_COMPONENTS="appmgr rtmgr dbaas e2mgr e2term a1mediator kong-platform kong-xapp" echo "Undeploying RIC Platform components [$RICPLT_COMPONENTS]" -echo "Platform Namespace: $NAMESPACE" echo "Helm Release Name: $RELEASE_NAME"