From 693edfb01eff174e509b262e47c86bda83bdad55 Mon Sep 17 00:00:00 2001 From: Muhammad Faizan Date: Fri, 12 Jan 2024 15:22:21 +0100 Subject: [PATCH] updated --- hack/ci/Makefile | 2 +- scripts/gardener/aws.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/ci/Makefile b/hack/ci/Makefile index ad80389a..1fb5c1e7 100644 --- a/hack/ci/Makefile +++ b/hack/ci/Makefile @@ -105,4 +105,4 @@ wait-eventing-cr-ready-with-backend: .PHONY: provision-gardener-cluster provision-gardener-cluster: - PROJECT_ROOT="${PROJECT_ROOT}" ${PROJECT_ROOT}/scripts/provision-gardener-aws.sh + PROJECT_ROOT="${PROJECT_ROOT}" KYMA_CLI="${KYMA_CLI}" ${PROJECT_ROOT}/scripts/provision-gardener-aws.sh diff --git a/scripts/gardener/aws.sh b/scripts/gardener/aws.sh index 6903c42c..452b1348 100755 --- a/scripts/gardener/aws.sh +++ b/scripts/gardener/aws.sh @@ -35,7 +35,7 @@ gardener::provision_cluster() { fi # decreasing attempts to 2 because we will try to create new cluster from scratch on exit code other than 0 - kyma provision gardener aws \ + ${KYMA_CLI} provision gardener aws \ --secret "${GARDENER_PROVIDER_SECRET_NAME}" \ --name "${CLUSTER_NAME}" \ --project "${GARDENER_PROJECT_NAME}" \