From 532199585282c26943b61c82461b28b4fe47327e Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Sat, 16 Jul 2022 12:14:31 +0700 Subject: [PATCH] feat(tools): set KUBECONFIG by default No more export KUBECONFIG! --- tools/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/Makefile b/tools/Makefile index 461bb46f..87364b31 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -15,6 +15,7 @@ run: --network host \ --env "TERM=${TERM}" \ --env "HOME=${HOME}" \ + --env "KUBECONFIG=${KUBECONFIG}" \ --volume "${HOME}:${HOME}" \ --volume "/var/run/docker.sock:/var/run/docker.sock" \ --volume "/etc/passwd:/etc/passwd" \