Progress on exercise 6.

This commit is contained in:
2024-09-01 23:37:12 +12:00
parent a6bd11e25e
commit 5f359384b6
2 changed files with 12 additions and 1 deletions

View File

@ -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}'
```
<Zoom>
|![workshop](/static/images/compliance/developer-hub.gif) |
|:-----------------------------------------------------------------------------:|
| *First login for Red Hat Developer Hub* |
</Zoom>