Skip to content

Commit 35cf298

Browse files
nickboldtrhdh-bot
andauthored
chore: install.sh - ux - link to topology view while deploying helm chart to watch progress (#160)
Signed-off-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com> Co-authored-by: RHDH Build (rhdh-bot) <rhdh-bot@redhat.com>
1 parent 5d78cca commit 35cf298

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.rhdh/scripts/install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ helm upgrade redhat-developer-hub -i "${CHART_URL}" --version "$CV" \
9898
--set global.clusterRouterBase="${CLUSTER_ROUTER_BASE}" \
9999
--set global.postgresql.auth.password="$PASSWORD"
100100

101+
echo "
102+
While deploying you can watch at
103+
https://console-openshift-console.${CLUSTER_ROUTER_BASE}/topology/ns/${namespace}?view=graph
104+
"
101105
echo "
102106
Once deployed, Developer Hub $CV will be available at
103107
https://redhat-developer-hub-${namespace}.${CLUSTER_ROUTER_BASE}

0 commit comments

Comments
 (0)