Skip to content

Commit 7ff4c75

Browse files
authored
fix(orchestrator): typos mentioning OpenShift (janus-idp#1639)
Fix typos mentioning OpenShift Signed-off-by: Jordi Gil <[email protected]>
1 parent b89ca1d commit 7ff4c75

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

plugins/orchestrator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The orchestrator controls the flow orchestrating operations/tasks that may be ex
2828
- Timer/timeout control
2929
- Built-in powerful expression evaluation with JQ
3030
- Low Code/No code
31-
- Cloud-native architecture Kubernetes/Openshit with Operator support
31+
- Cloud-native architecture Kubernetes/OpenShift with Operator support
3232
- OpenAPI / REST built-in integration etc.
3333

3434
**Client-side tooling**

plugins/orchestrator/docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This quickstart guide will help you install the Orchestrator using the helm char
99
Follow the [installation instructions for the greetings workflow](https://github.com/parodos-dev/serverless-workflows-config/blob/gh-pages/docs/greeting/README.md).
1010

1111
3. **Access Red Hat Developer Hub**:
12-
Open your web browser and navigate to the Red Hat Developer Hub application. Retrieve the URL using the following openshift CLI command.
12+
Open your web browser and navigate to the Red Hat Developer Hub application. Retrieve the URL using the following OpenShift CLI command.
1313

1414
```bash
1515
oc get route backstage-backstage -n rhdh-operator -o jsonpath='{.spec.host}'
@@ -24,7 +24,7 @@ This quickstart guide will help you install the Orchestrator using the helm char
2424
Navigate to the Orchestrator page by clicking on the Orchestrator icon in the left navigation menu.
2525
![orchestratorIcon](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/orchestratorIcon.png)
2626

27-
6. **Execute Greeting Workflow**:
27+
6. **Execute Greeting Workflow**:
2828
Click on the 'Execute' button in the ACTIONS column of the Greeting workflow.
2929
![workflowsPage](https://raw.githubusercontent.com/janus-idp/backstage-plugins/main/plugins/orchestrator/docs/workflowsPage.png)
3030
The 'Run workflow' page will open. Click 'Next step' and then 'Run'

0 commit comments

Comments
 (0)