Skip to content

Commit 978edf1

Browse files
committed
Change to doc - notification plugin steps
1 parent 49dc80c commit 978edf1

2 files changed

Lines changed: 18 additions & 10 deletions

File tree

charts/backstage/README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ upstream:
322322
enabled: true
323323
```
324324

325-
## Installing RHDH with Orchestrator
325+
## Installing RHDH with Orchestrator on OpenShift
326326

327327
Orchestrator brings serverless workflows into Backstage, focusing on the journey for application migration to the cloud, onboarding developers, and user-made workflows of Backstage actions or external systems.
328328
Orchestrator is a flavor of RHDH, and can be installed alongside RHDH in the same namespace and in the following way:
@@ -339,13 +339,17 @@ helm install <release_name> rhdh-developer/redhat-developer-hub-orchestrator-inf
339339
3. Install the `backstage` chart with Helm, enabling orchestrator, serverlessLogicOperator, and serverlessOperator, like so:
340340
341341
```
342-
helm install <release_name> rhdh-developer/backstage --set orchestrator.enabled=true --set orchestrator.serverlessLogicOperator.enabled=true --set orchestrator.serverlessOperator.enabled=true
343-
```
342+
helm install <release_name> rhdh-developer/backstage \
343+
--set orchestrator.enabled=true \
344+
--set orchestrator.serverlessLogicOperator.enabled=true \
345+
--set orchestrator.serverlessOperator.enabled=true```
344346

345347
### Enablement of Notifications Plugin
346348

347-
Workflows running with orchestrator may use the Notifications plugin.
348-
To enable the Notifications and Signals plugins, please edit the dynamic plugin configmap after the installation and add the following:
349+
Workflows running with Orchestrator may use the Notifications plugin.
350+
For this, you must enable the Notifications and Signals plugins.
351+
To do so, you would need to edit the [default Helm values.yaml](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/backstage/values.yaml) file, and add the plugins listed below to the global.dynamic.plugins list.
352+
Do this before installing the Helm Chart, or upgrade the Helm release with the new values file.
349353

350354
```
351355
- disabled: false

charts/backstage/README.md.gotmpl

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ upstream:
262262
enabled: true
263263
```
264264

265-
## Installing RHDH with Orchestrator
265+
## Installing RHDH with Orchestrator on OpenShift
266266

267267
Orchestrator brings serverless workflows into Backstage, focusing on the journey for application migration to the cloud, onboarding developers, and user-made workflows of Backstage actions or external systems.
268268
Orchestrator is a flavor of RHDH, and can be installed alongside RHDH in the same namespace and in the following way:
@@ -279,13 +279,17 @@ helm install <release_name> rhdh-developer/redhat-developer-hub-orchestrator-inf
279279
3. Install the `backstage` chart with Helm, enabling orchestrator, serverlessLogicOperator, and serverlessOperator, like so:
280280

281281
```
282-
helm install <release_name> rhdh-developer/backstage --set orchestrator.enabled=true --set orchestrator.serverlessLogicOperator.enabled=true --set orchestrator.serverlessOperator.enabled=true
283-
```
282+
helm install <release_name> rhdh-developer/backstage \
283+
--set orchestrator.enabled=true \
284+
--set orchestrator.serverlessLogicOperator.enabled=true \
285+
--set orchestrator.serverlessOperator.enabled=true```
284286

285287
### Enablement of Notifications Plugin
286288

287-
Workflows running with orchestrator may use the Notifications plugin.
288-
To enable the Notifications and Signals plugins, please edit the dynamic plugin configmap after the installation and add the following:
289+
Workflows running with Orchestrator may use the Notifications plugin.
290+
For this, you must enable the Notifications and Signals plugins.
291+
To do so, you would need to edit the [default Helm values.yaml](https://github.com/redhat-developer/rhdh-chart/blob/main/charts/backstage/values.yaml) file, and add the plugins listed below to the global.dynamic.plugins list.
292+
Do this before installing the Helm Chart, or upgrade the Helm release with the new values file.
289293

290294
```
291295
- disabled: false

0 commit comments

Comments
 (0)