UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 15fb2000 authored by Micah Nagel's avatar Micah Nagel Committed by Ryan Garcia
Browse files

Update k3d dev script output with VS that exists

parent 845bd377
No related branches found
No related tags found
1 merge request!1711Update k3d dev script output with VS that exists
......@@ -516,11 +516,11 @@ then
elif [[ "$PRIVATE_IP" == true ]]
then
echo "To access apps from a browser edit your /etc/hosts to add the private IP of your instance with application hostnames. Example:"
echo "${PrivateIP} gitlab.bigbang.dev logging.bigbang.dev kibana.bigbang.dev"
echo "${PrivateIP} gitlab.bigbang.dev prometheus.bigbang.dev kibana.bigbang.dev"
echo
else # default is to use the public ip
echo "To access apps from a browser edit your /etc/hosts to add the public IP of your instance with application hostnames."
echo "Example:"
echo "${PublicIP} gitlab.bigbang.dev logging.bigbang.dev kibana.bigbang.dev"
echo "${PublicIP} gitlab.bigbang.dev prometheus.bigbang.dev kibana.bigbang.dev"
echo
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment