From 15fb20004b1adf0b8a91685ee7d116a41d5b91de Mon Sep 17 00:00:00 2001
From: Micah Nagel <micah.nagel@parsons.com>
Date: Thu, 2 Jun 2022 16:20:49 +0000
Subject: [PATCH] Update k3d dev script output with VS that exists

---
 docs/developer/scripts/k3d-dev.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/developer/scripts/k3d-dev.sh b/docs/developer/scripts/k3d-dev.sh
index eafe8f6efc..779c30b876 100755
--- a/docs/developer/scripts/k3d-dev.sh
+++ b/docs/developer/scripts/k3d-dev.sh
@@ -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
-- 
GitLab