From 63a984f7788a266f1c78b9e6d4727eede2eea399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Serv=C3=A9n=20Mar=C3=ADn?= Date: Wed, 16 Jun 2021 09:38:32 +0200 Subject: [PATCH] e2e: don't export KUBECONFIG MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucas Servén Marín --- e2e/kind.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/kind.sh b/e2e/kind.sh index 1025184..c2604b5 100755 --- a/e2e/kind.sh +++ b/e2e/kind.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash # shellcheck disable=SC2034 -export KUBECONFIG="kind.yaml" +KUBECONFIG="kind.yaml" KIND_CLUSTER="kind-cluster-kilo" KIND_BINARY="${KIND_BINARY:-kind}" KUBECTL_BINARY="${KUBECTL_BINARY:-kubectl}"