Fix kubeconfig xdg confg

This commit is contained in:
anmiller 2025-03-26 14:13:01 +00:00
parent 185824f6b8
commit dfb9bf97e8

View File

@ -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})"