Merge "Fix use of namespaces in instance creation"
authorMandeep Khinda <Mandeep.Khinda@amdocs.com>
Thu, 7 Sep 2017 18:47:13 +0000 (18:47 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 7 Sep 2017 18:47:13 +0000 (18:47 +0000)
kubernetes/oneclick/createAll.bash

index e408d67..636d86f 100755 (executable)
@@ -25,7 +25,7 @@ create_registry_key() {
 }
 
 create_onap_helm() {
-  helm install ../$2/ --name $1-$2 --namespace $1 --set nsPrefix=$1 --set nodePortPrefix=$3
+  helm install ../$2/ --name $1-$2 --namespace $1 --set nsPrefix=$1,nodePortPrefix=$3
 }