Skip to content

Commit 6ec37b9

Browse files
nojnhuhk8s-infra-cherrypick-robot
authored andcommitted
fix make kind-create default for AZWI
1 parent e52424e commit 6ec37b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ CLUSTER_TEMPLATE ?= cluster-template.yaml
183183
MANAGED_CLUSTER_TEMPLATE ?= cluster-template-aks.yaml
184184

185185
export KIND_CLUSTER_NAME ?= capz
186-
export AZWI ?= true
187186

188187
## --------------------------------------
189188
## Binaries
@@ -670,7 +669,7 @@ test-cover: test ## Run tests with code coverage and generate reports.
670669

671670
.PHONY: kind-create-bootstrap
672671
kind-create-bootstrap: $(KUBECTL) ## Create capz kind bootstrap cluster.
673-
export KIND_CLUSTER_NAME=capz-e2e && ./scripts/kind-with-registry.sh
672+
export AZWI=$${AZWI:-true} KIND_CLUSTER_NAME=capz-e2e && ./scripts/kind-with-registry.sh
674673

675674
.PHONY: test-e2e-run
676675
test-e2e-run: generate-e2e-templates install-tools kind-create-bootstrap ## Run e2e tests.

0 commit comments

Comments
 (0)