updated .envrc-kubernetes

pull/2/head
Hari Sekhon 4 years ago
parent 3e504cd7f6
commit fcc3759efa

@ -39,8 +39,9 @@ export KUBECONFIG="$tmpdir/config.${EUID:-${UID:-$(id -u)}}.$$.$epoch"
# load your real kube config to isolated staging area to source the context info
if [ -f "$original_kubeconfig" ]; then
#cp ~/.kube/config "$KUBECONFIG"
cp "$original_kubeconfig" "$KUBECONFIG"
elif [ -f "$default_kubeconfig" ]; then
cp "$default_kubeconfig" "$KUBECONFIG"
elif [ -f "$PWD/.kube/config" ]; then
cp "$PWD/.kube/config" "$KUBECONFIG"
else

Loading…
Cancel
Save