File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ CLUSTER_TEMPLATE ?= cluster-template.yaml
183183MANAGED_CLUSTER_TEMPLATE ?= cluster-template-aks.yaml
184184
185185export 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
672671kind-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
676675test-e2e-run : generate-e2e-templates install-tools kind-create-bootstrap # # Run e2e tests.
You can’t perform that action at this time.
0 commit comments