mirror of
https://github.com/khuedoan/homelab.git
synced 2025-07-09 07:19:09 +07:00
feat(tools): set KUBECONFIG by default
No more export KUBECONFIG!
This commit is contained in:
@ -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" \
|
||||
|
Reference in New Issue
Block a user