X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ric-platform%2F50-RIC-Platform%2Fbin%2Funinstall;h=38e7ca4c38565f95238856ff2db39a04e1aa6c70;hb=0309475769b27702c8c886411222882da8b519b1;hp=e5a65fa5558491068a164db1206a5a7131e8b153;hpb=f3d492808ef3408b811d08fb7eaf26eccf83b031;p=it%2Fdep.git diff --git a/ric-platform/50-RIC-Platform/bin/uninstall b/ric-platform/50-RIC-Platform/bin/uninstall index e5a65fa5..38e7ca4c 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 kong-platform kong-xapp" -RICPLT_COMPONENTS="appmgr rtmgr dbaas e2mgr e2term a1mediator" echo "Undeploying RIC Platform components [$RICPLT_COMPONENTS]" -echo "Platform Namespace: $NAMESPACE" echo "Helm Release Name: $RELEASE_NAME"