You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/backstage/README.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -322,7 +322,7 @@ upstream:
322
322
enabled: true
323
323
```
324
324
325
-
## Installing RHDH with Orchestrator
325
+
## Installing RHDH with Orchestrator on OpenShift
326
326
327
327
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.
328
328
Orchestrator is a flavor of RHDH, and can be installed alongside RHDH in the same namespace and in the following way:
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.
Copy file name to clipboardExpand all lines: charts/backstage/README.md.gotmpl
+9-5Lines changed: 9 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -262,7 +262,7 @@ upstream:
262
262
enabled: true
263
263
```
264
264
265
-
## Installing RHDH with Orchestrator
265
+
## Installing RHDH with Orchestrator on OpenShift
266
266
267
267
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.
268
268
Orchestrator is a flavor of RHDH, and can be installed alongside RHDH in the same namespace and in the following way:
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.
0 commit comments