add couchdb source as optional install (#2251)

* add couchdb source as optional install

* CouchDB -> Apache CouchDB
This commit is contained in:
Lionel Villard 2020-03-18 17:48:06 -04:00 committed by GitHub
parent d69a6fb179
commit 5b9705ca5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 1 deletions

View File

@ -576,7 +576,21 @@ To learn more about the Cloud Audit Logs source, try [our sample](../eventing/sa
{{< /tab >}}
<!-- TODO: couchdb source -->
{{% tab name="Apache CouchDB Source" %}}
{{< feature-state version="v0.10" state="alpha" >}}
The following command installs the Apache CouchDB Source:
```bash
kubectl apply --filename {{< artifact repo="eventing-contrib" file="couchdb.yaml" >}}
```
To learn more about the Apache CouchDB source, read [our documentation]((https://github.com/knative/eventing-contrib/blob/{{< version >}}/couchdb/README.md)
{{< /tab >}}
<!-- TODO: prometheus source -->
<!-- TODO: AWS SQS source -->