diff --git a/data/workshop/exercise6.mdx b/data/workshop/exercise6.mdx index 483af4a..c2048a8 100644 --- a/data/workshop/exercise6.mdx +++ b/data/workshop/exercise6.mdx @@ -33,7 +33,7 @@ apiVersion: rhdh.redhat.com/v1alpha1 kind: Backstage metadata: name: developer-hub - namespace: rhdh-operator + namespace: rhdh spec: application: appConfig: @@ -48,4 +48,15 @@ spec: EOF ``` +Once the pods in the `rhdh` namespace are `Ready` we can retrieve and open the `Route` for our new Developer Hub instance and complete our first time login. + +```bash +oc get route --namespace rhdh backstage-developer-hub --output jsonpath='{.spec.host}' +``` + + +|![workshop](/static/images/compliance/developer-hub.gif) | +|:-----------------------------------------------------------------------------:| +| *First login for Red Hat Developer Hub* | + diff --git a/public/static/images/compliance/developer-hub.gif b/public/static/images/compliance/developer-hub.gif new file mode 100644 index 0000000..6daba85 Binary files /dev/null and b/public/static/images/compliance/developer-hub.gif differ