mirror of https://github.com/knative/docs.git
add couchdb source as optional install (#2251)
* add couchdb source as optional install * CouchDB -> Apache CouchDB
This commit is contained in:
parent
d69a6fb179
commit
5b9705ca5c
|
@ -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 -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue