From 4a3b35d64a3db93c905de20fd316daa8d0498f99 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/integration/integration_tests.sh b/cluster/integration/integration_tests.sh index 5b05c99..4a53177 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"