Fix kubeconfig xdg confg
This commit is contained in:
parent
b4d0925afc
commit
5c9a4802cb
@ -11,4 +11,4 @@ export INPUTRC="$XDG_CONFIG_HOME"/readline/inputrc
|
|||||||
export IRBRC="$XDG_CONFIG_HOME/irb/irbrc"
|
export IRBRC="$XDG_CONFIG_HOME/irb/irbrc"
|
||||||
|
|
||||||
export KUBECONFIG="${XDG_CONFIG_HOME}/kube/config"
|
export KUBECONFIG="${XDG_CONFIG_HOME}/kube/config"
|
||||||
mkdir -p "$(dirname ${KUBE_CONFIG})"
|
mkdir -p "$(dirname ${KUBECONFIG})"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user