diff --git a/test/e2e/pipeline/installer/liqoctl/setup.sh b/test/e2e/pipeline/installer/liqoctl/setup.sh index ba1a9a05d6..6919c09560 100755 --- a/test/e2e/pipeline/installer/liqoctl/setup.sh +++ b/test/e2e/pipeline/installer/liqoctl/setup.sh @@ -14,6 +14,7 @@ # LIQOCTL -> the path where liqoctl is stored # KUBECTL -> the path where kubectl is stored # POD_CIDR_OVERLAPPING -> the pod CIDR of the clusters is overlapping +# SECURITY_MODE -> the security mode to use # CLUSTER_TEMPLATE_FILE -> the file where the cluster template is stored set -e # Fail in case of error @@ -79,6 +80,8 @@ do else LIQO_PROVIDER="${INFRA}" fi +COMMON_ARGS=("${COMMON_ARGS[@]}" --set "networking.securityMode=${SECURITY_MODE}") + if [ "${i}" == "1" ]; then # Install Liqo with Helm, to check that values generation works correctly.