Skip to content

Commit

Permalink
Security Mode: E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 committed Oct 13, 2023
1 parent 9dd9602 commit 0cb7fce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/pipeline/installer/liqoctl/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 0cb7fce

Please sign in to comment.