Skip to content

Commit

Permalink
chore(kind): remove unused variable and rename file (#9339)
Browse files Browse the repository at this point in the history
* chore(kind): remove unused variable and rename file

Signed-off-by: Lukasz Dziedziak <[email protected]>

* fix name in mk

Signed-off-by: Lukasz Dziedziak <[email protected]>

* remove env

Signed-off-by: Lukasz Dziedziak <[email protected]>

* trigger job

Signed-off-by: Lukasz Dziedziak <[email protected]>

---------

Signed-off-by: Lukasz Dziedziak <[email protected]>
  • Loading branch information
lukidzi authored Feb 22, 2024
1 parent bfad622 commit 4edee4f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mk/kind.mk
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ KIND_KUBECONFIG := $(KIND_KUBECONFIG_DIR)/kind-$(KIND_CLUSTER_NAME)-config
# Ensure Kubernetes tooling only gets the config we explicitly specify.
unexport KUBECONFIG

ifdef IPV6
KIND_CONFIG ?= $(KUMA_DIR)/test/kind/cluster-ipv6.yaml
else
KIND_CONFIG ?= $(KUMA_DIR)/test/kind/cluster.yaml
endif

ifeq ($(KUMACTL_INSTALL_USE_LOCAL_IMAGES),true)
KUMACTL_INSTALL_CONTROL_PLANE_IMAGES := --control-plane-registry=$(DOCKER_REGISTRY) --dataplane-registry=$(DOCKER_REGISTRY) --dataplane-init-registry=$(DOCKER_REGISTRY)
else
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 4edee4f

Please sign in to comment.