Skip to content

Commit

Permalink
Add a step for installing github source (knative#2093)
Browse files Browse the repository at this point in the history
  • Loading branch information
vaikas authored and knative-prow-robot committed Jan 9, 2020
1 parent 4a74af8 commit 4a6cad2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/eventing/samples/github-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ You will need:
instructions also install the default eventing sources, including
the `GitHubSource` we'll use.

### Install Github Event Source

Github Event source lives in the [knative/eventing-contrib](https://github.com/knative/eventing-contrib).
You can install it by running the following (this is currently the latest released version (0.11.2))

```shell
kubectl apply -f https://github.com/knative/eventing-contrib/releases/download/v0.11.2/github.yaml
```

### Create a Knative Service

To verify the `GitHubSource` is working, we will create a simple Knative
Expand Down

0 comments on commit 4a6cad2

Please sign in to comment.