From 8726d6b787fb149815da9407092cf9cc740d1389 Mon Sep 17 00:00:00 2001 From: Zheng Xi Zhou Date: Wed, 7 Jul 2021 15:10:21 +0800 Subject: [PATCH] lowcase clsuter name Signed-off-by: Zheng Xi Zhou --- cluster/local/integration_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster/local/integration_tests.sh b/cluster/local/integration_tests.sh index 6071918..a3645f0 100755 --- a/cluster/local/integration_tests.sh +++ b/cluster/local/integration_tests.sh @@ -144,7 +144,7 @@ CONTROLLER_IMAGE="${BUILD_REGISTRY}/${PROJECT_NAME}-controller-${HOSTARCH}" 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-alibaba"