Skip to content

Commit

Permalink
Merge branch 'master' of github.com:devsecops-workshop/workshop-guide
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus-Six committed Apr 24, 2024
2 parents a98fea0 + 6907cbb commit d23f4ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/10-rhacs-setup/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<central_url>` 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 `<central_url>` with the base URL of your ACS portal (without 'https://' e.g. central-stackrox.apps.cluster-cqtsh.cqtsh.example.com)

```bash
export ROX_ENDPOINT=<central_url>:443
Expand Down
2 changes: 1 addition & 1 deletion content/5-gitops/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d23f4ff

Please sign in to comment.