File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,7 @@ CLUSTER_TEMPLATE ?= cluster-template.yaml
183183MANAGED_CLUSTER_TEMPLATE ?= cluster-template-aks.yaml
184184
185185export KIND_CLUSTER_NAME ?= capz
186+ export AZWI ?= true
186187
187188# # --------------------------------------
188189# # Binaries
@@ -669,7 +670,7 @@ test-cover: test ## Run tests with code coverage and generate reports.
669670
670671.PHONY : kind-create-bootstrap
671672kind-create-bootstrap : $(KUBECTL ) # # Create capz kind bootstrap cluster.
672- export AZWI=true KIND_CLUSTER_NAME=capz-e2e && ./scripts/kind-with-registry.sh
673+ export KIND_CLUSTER_NAME=capz-e2e && ./scripts/kind-with-registry.sh
673674
674675.PHONY : test-e2e-run
675676test-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