|
1 | 1 |
|
2 | 2 | # RHDH Backstage Helm Chart for OpenShift (Community Version) |
3 | 3 |
|
4 | | - |
| 4 | + |
5 | 5 |  |
6 | 6 |
|
7 | 7 | A Helm chart for deploying Red Hat Developer Hub. |
@@ -333,13 +333,13 @@ helm repo add bitnami https://charts.bitnami.com/bitnami |
333 | 333 | helm repo add backstage https://backstage.github.io/charts |
334 | 334 | helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart |
335 | 335 |
|
336 | | -helm install <release_name> rhdh-developer/redhat-developer-hub-orchestrator-infra |
| 336 | +helm install <release_name> redhat-developer/redhat-developer-hub-orchestrator-infra |
337 | 337 | ``` |
338 | 338 | 2. Manually approve the Install Plans created by the chart, and wait for the Openshift Serverless and Openshift Serverless Logic Operators to be deployed. To do so, follow the post-install notes given by the chart, or see them [here](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/orchestrator-infra/templates/NOTES.txt) |
339 | 339 | 3. Install the `backstage` chart with Helm, enabling orchestrator, serverlessLogicOperator, and serverlessOperator, like so: |
340 | 340 |
|
341 | 341 | ``` |
342 | | -helm install <release_name> rhdh-developer/backstage \ |
| 342 | +helm install <release_name> redhat-developer/backstage \ |
343 | 343 | --set orchestrator.enabled=true \ |
344 | 344 | --set orchestrator.serverlessLogicOperator.enabled=true \ |
345 | 345 | --set orchestrator.serverlessOperator.enabled=true``` |
@@ -375,7 +375,7 @@ Please note that `externalDBName` is the name of the user-configured existing da |
375 | 375 |
|
376 | 376 | Finally, install the Helm Chart (including [setting up the external DB](https://github.com/redhat-developer/rhdh-chart/blob/main/docs/external-db.md)): |
377 | 377 | ``` |
378 | | -helm install <release_name> rhdh-developer/backstage \ |
| 378 | +helm install <release_name> redhat-developer/backstage \ |
379 | 379 | --set orchestrator.enabled=true \ |
380 | 380 | --set orchestrator.serverlessLogicOperator.enabled=true \ |
381 | 381 | --set orchestrator.serverlessOperator.enabled=true \ |
|
0 commit comments