Skip to content

Commit d2ced0d

Browse files
committed
RHIDP-5351: Add command to validation step
1 parent b83444e commit d2ced0d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

modules/installation/proc-install-rhdh-airgapped-environment-ocp-helm.adoc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,15 @@ helm install rhdh ./mirror-archive/oc-mirror-workspace/src/charts/redhat-develop
190190

191191
.Verification
192192
. To verify that all resources are successfully deployed and running, check the status of your deployments and pods in the cluster.
193-
. To validate the route, ensure that the route matches the expected URL based on the router base of the cluster.
194-
.. If necessary, update the route to align with your expected configuration.
193+
. View the router base URL by entering the following command:
194+
+
195+
[source,terminal,subs="attributes+"]
196+
----
197+
CLUSTER_ROUTER_BASE=$(oc get route console -n openshift-console -o=jsonpath='{.spec.host}' | sed 's/^[^.]*\.//')
198+
helm install redhat-developer-hub./mirror-archive/oc-mirror-workspace/src/charts/redhat-developer-hub-1.4.1.tgz \
199+
--set global.clusterRouterBase="$CLUSTER_ROUTER_BASE"
200+
----
201+
. Ensure that the route matches the expected URL based on the router base of the cluster. If necessary, update the route to align with your expected configuration.
195202

196203
[role="_additional-resources"]
197204
.Additional resources

0 commit comments

Comments
 (0)