mirror of https://github.com/knative/docs.git
Issue 2966 (#2968)
* Updated links for github source * Added artifact org so it could locate the correct repo
This commit is contained in:
parent
58d26ed9f2
commit
a4d5e33eae
|
@ -754,7 +754,7 @@ kubectl label namespace default eventing.knative.dev/injection=enabled
|
|||
The following command installs the single-tenant Github source:
|
||||
|
||||
```bash
|
||||
kubectl apply --filename {{< artifact repo="eventing-contrib" file="github.yaml" >}}
|
||||
kubectl apply --filename {{< artifact org="knative-sandbox" repo="eventing-github" file="github.yaml" >}}
|
||||
```
|
||||
|
||||
The single-tenant GitHub source creates one Knative service per GitHub source.
|
||||
|
@ -762,7 +762,7 @@ The single-tenant GitHub source creates one Knative service per GitHub source.
|
|||
The following command installs the multi-tenant GitHub source:
|
||||
|
||||
```bash
|
||||
kubectl apply --filename {{< artifact repo="eventing-contrib" file="mt-github.yaml" >}}
|
||||
kubectl apply --filename {{< artifact org="knative-sandbox" repo="eventing-github" file="mt-github.yaml" >}}
|
||||
```
|
||||
|
||||
The multi-tenant GitHub source creates only one Knative service handling all
|
||||
|
|
Loading…
Reference in New Issue