From 4a6cad207c43a7b1c3964f99ad3258baa27380e9 Mon Sep 17 00:00:00 2001 From: Ville Aikas <11279988+vaikas@users.noreply.github.com> Date: Thu, 9 Jan 2020 15:59:55 -0800 Subject: [PATCH] Add a step for installing github source (#2093) --- docs/eventing/samples/github-source/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/eventing/samples/github-source/README.md b/docs/eventing/samples/github-source/README.md index ebe6a8ae5..16e52368a 100644 --- a/docs/eventing/samples/github-source/README.md +++ b/docs/eventing/samples/github-source/README.md @@ -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