From 9ebdddfa8cdaef9ce5bbf4fed9406e6e8fbb96fa Mon Sep 17 00:00:00 2001 From: Jordi Gil Date: Mon, 13 May 2024 13:20:05 +0200 Subject: [PATCH] Fix typos mentioning OpenShift Signed-off-by: Jordi Gil --- plugins/orchestrator/README.md | 2 +- plugins/orchestrator/docs/quickstart.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/orchestrator/README.md b/plugins/orchestrator/README.md index 079e7f90b3..08eac00ee8 100644 --- a/plugins/orchestrator/README.md +++ b/plugins/orchestrator/README.md @@ -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** diff --git a/plugins/orchestrator/docs/quickstart.md b/plugins/orchestrator/docs/quickstart.md index b63f4a0f49..26a18b4caf 100644 --- a/plugins/orchestrator/docs/quickstart.md +++ b/plugins/orchestrator/docs/quickstart.md @@ -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}' @@ -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'