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: docs/orchestrator.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ To install the Orchestrator plugin on OpenShift, the following components are re
12
12
13
13
### Methods to Install required infrastructure
14
14
15
-
There are 3 methods to install the required components for the Orchestrator plugin on OpenShift:
15
+
There are three methods to install the required components for the Orchestrator plugin on OpenShift:
16
16
-[Manual Installation](#manual-installation)
17
17
-[RHDH helper script](#rhdh-helper-script)
18
18
-[RHDH Orchestrator Infra Helm Chart](#rhdh-orchestrator-infra-helm-chart)
@@ -55,10 +55,11 @@ This method has similar usage and cautions as the RHDH Helper Utility.
55
55
56
56
### Installing the Orchestrator Plugin
57
57
58
-
The orchestrator plugin (as of v1.5.1) consists of three dynamic plugins:
58
+
The orchestrator plugin (as of v1.6.0) consists of three dynamic plugins:
59
59
- orchestrator-backend
60
60
- orchestrator-frontend
61
61
- orchestrator-scaffolder-backend-module
62
+
- orchestrator-form-widgets
62
63
63
64
As for RHDH 1.7 all of these plugins are included in the default dynamic-plugins.yaml file of **install-dynamic-plugins** container but disabled by default.
64
65
To enable the orchestrator plugin, you should refer the dynamic plugins ConfigMap with following data in your Backstage Custom Resource (CR):
@@ -67,13 +68,13 @@ To enable the orchestrator plugin, you should refer the dynamic plugins ConfigMa
0 commit comments