Skip to content

Commit f365c0d

Browse files
committed
remove env
Signed-off-by: Lukasz Dziedziak <[email protected]>
1 parent 7fcbf02 commit f365c0d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

mk/kind.mk

-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,6 @@ KIND_KUBECONFIG := $(KIND_KUBECONFIG_DIR)/kind-$(KIND_CLUSTER_NAME)-config
1010
# Ensure Kubernetes tooling only gets the config we explicitly specify.
1111
unexport KUBECONFIG
1212

13-
ifdef IPV6
14-
KIND_CONFIG ?= $(KUMA_DIR)/test/kind/cluster-ipv6-kuma.yaml
15-
else
16-
KIND_CONFIG ?= $(KUMA_DIR)/test/kind/cluster-kuma.yaml
17-
endif
18-
1913
ifeq ($(KUMACTL_INSTALL_USE_LOCAL_IMAGES),true)
2014
KUMACTL_INSTALL_CONTROL_PLANE_IMAGES := --control-plane-registry=$(DOCKER_REGISTRY) --dataplane-registry=$(DOCKER_REGISTRY) --dataplane-init-registry=$(DOCKER_REGISTRY)
2115
else

0 commit comments

Comments
 (0)