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:
parent
353819f35d
commit
5321995852
@ -15,6 +15,7 @@ run:
|
|||||||
--network host \
|
--network host \
|
||||||
--env "TERM=${TERM}" \
|
--env "TERM=${TERM}" \
|
||||||
--env "HOME=${HOME}" \
|
--env "HOME=${HOME}" \
|
||||||
|
--env "KUBECONFIG=${KUBECONFIG}" \
|
||||||
--volume "${HOME}:${HOME}" \
|
--volume "${HOME}:${HOME}" \
|
||||||
--volume "/var/run/docker.sock:/var/run/docker.sock" \
|
--volume "/var/run/docker.sock:/var/run/docker.sock" \
|
||||||
--volume "/etc/passwd:/etc/passwd" \
|
--volume "/etc/passwd:/etc/passwd" \
|
||||||
|
Loading…
Reference in New Issue
Block a user