Skip to content

Commit

Permalink
ci: Fix EventListener name in Tekton docs
Browse files Browse the repository at this point in the history
Signed-off-by: Ferenc Géczi <[email protected]>
  • Loading branch information
Ferenc- committed Sep 11, 2024
1 parent cbe16e0 commit 3c4f3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,8 @@ https://github.com/tektoncd/triggers/blob/main/docs/interceptors.md#owners-valid
After this ensure that there is a pod and a service created:

````bash
kubectl get pod | grep -i el-github-pr-eventlistener
kubectl get svc | grep -i el-github-pr-eventlistener
kubectl get pod | grep -i el-github-pr-ruby-eventlistener
kubectl get svc | grep -i el-github-pr-ruby-eventlistener
````

Do not continue if any of these missing.
Expand Down

0 comments on commit 3c4f3e6

Please sign in to comment.