Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mfaizanse committed Jan 12, 2024
1 parent bfaf6ed commit 693edfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/ci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion scripts/gardener/aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}" \
Expand Down

0 comments on commit 693edfb

Please sign in to comment.