|
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. |
@@ -179,8 +179,8 @@ Kubernetes: `>= 1.27.0-0` |
179 | 179 | | global.host | Custom hostname shorthand, overrides `global.clusterRouterBase`, `upstream.ingress.host`, `route.host`, and url values in `upstream.backstage.appConfig`. | string | `""` | |
180 | 180 | | nameOverride | | string | `"developer-hub"` | |
181 | 181 | | orchestrator.enabled | | bool | `false` | |
182 | | -| orchestrator.serverlessLogicOperator.enabled | | bool | `false` | |
183 | | -| orchestrator.serverlessOperator.enabled | | bool | `false` | |
| 182 | +| orchestrator.serverlessLogicOperator.enabled | | bool | `true` | |
| 183 | +| orchestrator.serverlessOperator.enabled | | bool | `true` | |
184 | 184 | | orchestrator.sonataflowPlatform.createDBJobImage | Image for the container used by the create-db job | string | `"postgres:15"` | |
185 | 185 | | orchestrator.sonataflowPlatform.eventing.broker.name | | string | `""` | |
186 | 186 | | orchestrator.sonataflowPlatform.eventing.broker.namespace | | string | `""` | |
@@ -336,14 +336,13 @@ helm repo add redhat-developer https://redhat-developer.github.io/rhdh-chart |
336 | 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 | | -3. Install the `backstage` chart with Helm, enabling orchestrator, serverlessLogicOperator, and serverlessOperator, like so: |
| 339 | +3. Install the `backstage` chart with Helm, enabling orchestrator, like so: |
340 | 340 |
|
341 | 341 | ``` |
342 | | -helm install <release_name> redhat-developer/backstage \ |
343 | | - --set orchestrator.enabled=true \ |
344 | | - --set orchestrator.serverlessLogicOperator.enabled=true \ |
345 | | - --set orchestrator.serverlessOperator.enabled=true |
| 342 | +helm install <release_name> redhat-developer/backstage --set orchestrator.enabled=true |
346 | 343 | ``` |
| 344 | +Note that serverlessLogicOperator, and serverlessOperator are enabled by default. They can be disabled together or seperately by passing the following flags: |
| 345 | +`--set orchestrator.serverlessLogicOperator.enabled=false --set orchestrator.serverlessOperator.enabled=false` |
347 | 346 |
|
348 | 347 | ### Enablement of Notifications Plugin |
349 | 348 |
|
@@ -378,8 +377,6 @@ Finally, install the Helm Chart (including [setting up the external DB](https:// |
378 | 377 | ``` |
379 | 378 | helm install <release_name> redhat-developer/backstage \ |
380 | 379 | --set orchestrator.enabled=true \ |
381 | | - --set orchestrator.serverlessLogicOperator.enabled=true \ |
382 | | - --set orchestrator.serverlessOperator.enabled=true \ |
383 | 380 | --set orchestrator.sonataflowPlatform.externalDBsecretRef=<cred-secret> \ |
384 | 381 | --set orchestrator.sonataflowPlatform.externalDBName=example |
385 | 382 | ``` |
0 commit comments