add namespace in configure-installer-tests-cluster-s390x.sh (#5354)

Co-authored-by: wangxinke <wangxinke@192.168.1.11>
This commit is contained in:
xkwangcn
2022-01-17 17:19:20 +08:00
committed by GitHub
parent bfec39ac7e
commit fb19b81902

View File

@@ -12,7 +12,7 @@ KUBEADMIN_SCRIPT="$LIBCOMMON/kubeconfigandadmin.sh"
# Exported to current env
# list of namespace to create
IMAGE_TEST_NAMESPACES="openjdk-11-rhel8 nodejs-12-rhel7 nodejs-12 openjdk-11"
IMAGE_TEST_NAMESPACES="openjdk-11-rhel8 nodejs-12-rhel7 nodejs-12 openjdk-11 nodejs-14"
. $KUBEADMIN_SCRIPT