Update error message when no configuration set

This commit is contained in:
Lyra Naeseth 2021-07-27 12:12:39 -07:00
parent 365773786e
commit 48ed3f06f6

View File

@ -24,7 +24,7 @@ if [ ! -f "$HOME/.kube/config" ]; then
kubectl config use-context default > /dev/null
else
echo "No authorization data found. Please provide CONFIG or HTTPS variables. Exiting...."
echo "No authorization data found. Please provide KUBE_CONFIG or KUBE_HOST variables. Exiting..."
exit 1
fi
fi