Skip to content

Commit

Permalink
Merge pull request #283 from ckavili/main
Browse files Browse the repository at this point in the history
🏖️improvements on the doc🏖️
  • Loading branch information
eformat authored Apr 10, 2024
2 parents 48e4ef4 + 64448db commit 4a846f5
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/2-attack-of-the-pipelines/3b-tekton.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ In this snippet of the pipeline used in this exercise, we define:
```bash#test
echo https://$(oc -n ${TEAM_NAME}-ci-cd get route webhook --template='{{ .spec.host }}')
```
_Note: If you are seeing PVCs are still in Progressing status on Argo CD, it is because the OpenShift cluster is waiting for the first consumer aka the first pipeline run to create the Persistent Volumes. The sync status will be green after the first run ☘️_
8. Once you have the URL, over on GitLab go to `pet-battle-api > Settings > Integrations` to add the webhook:
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/2-attack-of-the-pipelines/images/gitlab-webhook-trigger.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/3-revenge-of-the-automated-testing/8a-jenkins.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
🪄 Observe the **pet-battle** pipeline running with the **image-sign** stage.
![cosign-jenkins-pipeline](images/cosign-jenkins-pipeline.png)
After the pipeline succesfully finish, go to OpenShift UI > Builds > ImageStreams inside `<TEAM_NAME>-test` namespace and select `pet-battle`. You'll see a tag ending with `.sig` which shows you that this is image signed.
After the pipeline succesfully finish, in the `Administrator` view, go to OpenShift UI > Builds > ImageStreams inside `<TEAM_NAME>-test` namespace and select `pet-battle`. You'll see a tag ending with `.sig` which shows you that this is image signed.

![cosign-image-signing-pet-battle](images/cosign-image-signing-pet-battle.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/3-revenge-of-the-automated-testing/8b-tekton.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
🪄 Observe the **pet-battle-api** pipeline running with the **image-sign** task.
After the task successfully finish, go to OpenShift UI > Builds > ImageStreams and select `pet-battle-api`. You'll see a tag ending with `.sig` which shows you that this is image signed.
After the task successfully finish, in the `Administrator` view, go to OpenShift UI > Builds > ImageStreams and select `pet-battle-api`. You'll see a tag ending with `.sig` which shows you that this is image signed.
![cosign-image-signing](images/cosign-image-signing.png)
Expand Down

0 comments on commit 4a846f5

Please sign in to comment.