Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(orchestrator): typos mentioning OpenShift #1639

Merged
merged 1 commit into from
May 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/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://github.com/batzionb/backstage-plugins/blob/orchestratorquickstart/plugins/orchestrator/docs/workflowsPage.png)
The 'Run workflow' page will open. Click 'Next step' and then 'Run'
Expand Down
Loading