Skip to content

Commit

Permalink
Use new flag name in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziopandini committed Jan 30, 2024
1 parent d787259 commit a93168d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ e2e: $(GINKGO) $(KUSTOMIZE) $(KIND) $(GOVC) ## Run e2e tests
--e2e.use-existing-cluster="$(USE_EXISTING_CLUSTER)" \
--e2e.capv-mode="$(E2E_CAPV_MODE)" \
--e2e.target-type="$(E2E_TARGET_TYPE)" \
--e2e.byo-config-overrides="$(E2E_BYO_CONF_OVERRIDES)" \
--e2e.config-overrides="$(E2E_BYO_CONF_OVERRIDES)" \
--e2e.ipam-kubeconfig="$(E2E_IPAM_KUBECONFIG)"

## --------------------------------------
Expand Down

0 comments on commit a93168d

Please sign in to comment.