Skip to content

Commit

Permalink
fix(orchestrator): typos mentioning OpenShift (janus-idp#1639)
Browse files Browse the repository at this point in the history
Fix typos mentioning OpenShift

Signed-off-by: Jordi Gil <jgil@redhat.com>
  • Loading branch information
jordigilh committed May 13, 2024
1 parent b89ca1d commit 7ff4c75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/orchestrator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The orchestrator controls the flow orchestrating operations/tasks that may be ex
- Timer/timeout control
- Built-in powerful expression evaluation with JQ
- Low Code/No code
- Cloud-native architecture Kubernetes/Openshit with Operator support
- Cloud-native architecture Kubernetes/OpenShift with Operator support
- OpenAPI / REST built-in integration etc.

**Client-side tooling**
Expand Down
4 changes: 2 additions & 2 deletions plugins/orchestrator/docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This quickstart guide will help you install the Orchestrator using the helm char
Follow the [installation instructions for the greetings workflow](https://github.com/parodos-dev/serverless-workflows-config/blob/gh-pages/docs/greeting/README.md).

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

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

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

0 comments on commit 7ff4c75

Please sign in to comment.