Skip to content

Commit

Permalink
Change makefile default for E2E_TEST_CLUSTER_NAME (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptnapoleon authored Jun 28, 2024
1 parent 2e96cbe commit b5b8a98
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 @@ -46,7 +46,7 @@ LIMA_INSTANCE ?= $(shell whoami | tr "." "-")

# cluster name is used by e2e-test to target the node with a disruption
# CI need to be able to override this value
E2E_TEST_CLUSTER_NAME ?= $(LIMA_INSTANCE)
E2E_TEST_CLUSTER_NAME ?= lima-$(LIMA_INSTANCE)
E2E_TEST_KUBECTL_CONTEXT ?= lima

KUBECTL ?= limactl shell $(LIMA_INSTANCE) sudo kubectl
Expand Down

0 comments on commit b5b8a98

Please sign in to comment.