X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=ric-infra%2F10-Nexus%2Fbin%2Funinstall;h=0f965dee775e3ca718a34c9d787e796fb8057620;hb=f127b33c7ac113cf0544f3685d9ba4b631cc2e00;hp=d185b61af65a588667220eec9cf1c3b3d886cbfe;hpb=7f1e409379856025977fc8a6ea04ddb215f21a13;p=it%2Fdep.git diff --git a/ric-infra/10-Nexus/bin/uninstall b/ric-infra/10-Nexus/bin/uninstall index d185b61a..0f965dee 100755 --- a/ric-infra/10-Nexus/bin/uninstall +++ b/ric-infra/10-Nexus/bin/uninstall @@ -27,20 +27,10 @@ if [ -z "$RICINFRA_RELEASE_NAME" ];then else RELEASE_NAME=$RICINFRA_RELEASE_NAME fi -if [ -z "$RICINFRA_NAMESPACE" ];then - NAMESPACE=$namespace -else - NAMESPACE=$RICINFRA_NAMESPACE -fi -if [ -z "$INGRESS_PORT" ];then - INGRESS_PORT_NEXUS=$ingress_port -else - INGRESS_PORT_NEXUS=$INGRESS_PORT -fi + echo "Undeploying nexus repo managers for local docker registry and helm repo." -echo "Name Space: $NAMESPACE" echo "Helm Release: $RELEASE_NAME" helm delete --purge "${RELEASE_NAME}-nexus"