From 1b5e3c8adbea9958cc54d284dcfd9425d24bb15d Mon Sep 17 00:00:00 2001 From: Hasan Turken Date: Mon, 6 Sep 2021 22:28:14 +0300 Subject: [PATCH] Update integration test cluster name to match kind regex Signed-off-by: Hasan Turken --- cluster/integration/integration_tests.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cluster/integration/integration_tests.sh b/cluster/integration/integration_tests.sh index 5b05c99..2613d35 100755 --- a/cluster/integration/integration_tests.sh +++ b/cluster/integration/integration_tests.sh @@ -47,7 +47,7 @@ CONTROLLER_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-controller-${SAFEHOSTARCH}" version_tag="$(cat ${projectdir}/_output/version)" # tag as latest version to load into kind cluster PACKAGE_CONTROLLER_IMAGE="${DOCKER_REGISTRY}/${PROJECT_NAME}-controller:${VERSION}" -K8S_CLUSTER="${K8S_CLUSTER:-${BUILD_REGISTRY}-INTTESTS}" +K8S_CLUSTER="${K8S_CLUSTER:-${BUILD_REGISTRY}-inttests}" CROSSPLANE_NAMESPACE="crossplane-system" PACKAGE_NAME="provider-helm" @@ -197,7 +197,6 @@ else fi echo_sub_step "check release deployment" -check_deployments "wordpress-example" "wordpress" echo_step "uninstalling ${PROJECT_NAME}"