X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bin%2Funinstall;fp=bin%2Funinstall;h=9f4f385fc76d90e41acb1b4748752300bfcfdec7;hb=4abc62ffad1ae1f29be6b8aeabd346b05606ccb8;hp=862bf49204a1c41f799c4d90949220d5f043fc43;hpb=4951109ad6a3a615527bbc97ef6358b92def2e4a;p=ric-plt%2Fric-dep.git diff --git a/bin/uninstall b/bin/uninstall index 862bf49..9f4f385 100755 --- a/bin/uninstall +++ b/bin/uninstall @@ -16,7 +16,7 @@ # limitations under the License. # ################################################################################ -COMPONENTS="appmgr rtmgr dbaas1 dbaasha e2mgr e2term a1mediator submgr vespamgr jaegeradapter infrastructure o1mediator" +COMPONENTS="xapp-onboarder appmgr rtmgr dbaas1 dbaasha e2mgr e2term a1mediator submgr vespamgr jaegeradapter infrastructure o1mediator" RECIPE_NAMESPACE=$(kubectl get cm --all-namespaces | grep ricplt-recipe | awk '{print $1}') kubectl get configmap -n $RECIPE_NAMESPACE ricplt-recipe -o jsonpath='{.data.recipe}' > /tmp/recipe.yaml