From a7e128add107b19a349f9de0151bb57686e7dba9 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 18 Dec 2019 11:10:45 +0100 Subject: [PATCH] full_install_osm.sh: parse K8s manifest files only when tag different than 7 Change-Id: I121978b6151659c51f4bb56afb4a1719c105ddb7 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 42df6e17..6e226cc8 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -1303,7 +1303,7 @@ function install_lightweight() { remove_k8s_namespace $OSM_STACK_NAME deploy_cni_provider kube_secrets - [ ! $OSM_DOCKER_TAG == "latest" ] && parse_yaml $OSM_DOCKER_TAG + [ ! $OSM_DOCKER_TAG == "7" ] && parse_yaml $OSM_DOCKER_TAG namespace_vol deploy_osm_services track deploy_osm_services_k8s -- 2.25.1