Taking in Helm v2.17.0
[it/dep.git] / bin / undeploy-ric-platform
index e9e5c9f..a1bebc4 100755 (executable)
 #   limitations under the License.                                             #
 ################################################################################
 
-# This script deploys RIC platform components automatically
+# This script deploys RIC auxiliary function components automatically
 
 
+ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
 
-DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
+$ROOT_DIR/../ric-dep/bin/uninstall
 
-source $DIR/../etc/ric-platform.conf
 
 
-export RICPLT_RELEASE_NAME=$ric_platform_helm_release_name
-
-export RICPLT_NAMESPACE=$ric_platform_namespace
-
-
-
-. ../ric-platform/50-RIC-Platform/bin/uninstall
-