1
0
mirror of https://github.com/khuedoan/homelab.git synced 2025-01-13 00:04:46 +07:00

feat(tools): set KUBECONFIG by default

No more export KUBECONFIG!
This commit is contained in:
Khue Doan 2022-07-16 12:14:31 +07:00
parent 353819f35d
commit 5321995852

View File

@ -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" \