Fix kubeconfig xdg confg

This commit is contained in:
Andrew R. M 2025-04-04 17:43:06 +00:00
parent b4d0925afc
commit 5c9a4802cb

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