diff --git a/content/10-rhacs-setup/_index.md b/content/10-rhacs-setup/_index.md index b0e948d..53e2f47 100644 --- a/content/10-rhacs-setup/_index.md +++ b/content/10-rhacs-setup/_index.md @@ -150,7 +150,7 @@ Let's create the init bundle using the ACS **API** on the commandline: Go to your Web Terminal (if it timed out just start it again), then paste, edit and execute the following lines: -- Set the ACS API endpoint, replace `` with the base URL of your ACS portal (without 'https://' e.g. central-stackrox.apps.cluster-cqtsh.cqtsh.example.com ) +- Set the ACS API endpoint, replace `` with the base URL of your ACS portal (without 'https://' e.g. central-stackrox.apps.cluster-cqtsh.cqtsh.example.com) ```bash export ROX_ENDPOINT=:443 diff --git a/content/5-gitops/_index.md b/content/5-gitops/_index.md index a126ba3..42daaa3 100644 --- a/content/5-gitops/_index.md +++ b/content/5-gitops/_index.md @@ -103,7 +103,7 @@ oc create -f https://github.com/raw/devsecops-workshop/yaml/main/tekt So now we have a new Tekton Task in our task catalog to update a GitOps Git repository, but we still need to promote the actual image from out `workshop-int` to `workshop-prod` project. Otherwise the image will not be available for our deployment. -- In the ẁorkshop_int` project, go to **Pipelines > Pipelines > workshop** and then YAML +- In the `workshop_int` project, go to **Pipelines > Pipelines > workshop** and then YAML {{% notice tip %}} You can edit pipelines either directly in YAML or in the visual **Pipeline Builder**. We will see how to use the Builder later on so let's edit the YAML for now.