Skip to content

Commit

Permalink
Fix website build (#3004)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmoor authored Nov 6, 2020
1 parent f8fb9e0 commit 9b2e42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install/any-kubernetes-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ The following commands install the Knative Eventing component.
1. Then install the Apache Kafka Channel:
```bash
curl -L "{{< artifact org="knative-sandbox" artifact repo="eventing-kafka" file="channel-consolidated.yaml" >}}" \
curl -L "{{< artifact org="knative-sandbox" repo="eventing-kafka" file="channel-consolidated.yaml" >}}" \
| sed 's/REPLACE_WITH_CLUSTER_URL/my-cluster-kafka-bootstrap.kafka:9092/' \
| kubectl apply --filename -
```
Expand Down Expand Up @@ -790,7 +790,7 @@ To learn more about the Apache Camel-K source, try
The following command installs the Apache Kafka Source:

```bash
kubectl apply --filename {{< artifact org="knative-sandbox" artifact repo="eventing-kafka" file="source.yaml" >}}
kubectl apply --filename {{< artifact org="knative-sandbox" repo="eventing-kafka" file="source.yaml" >}}
```

To learn more about the Apache Kafka source, try
Expand Down

0 comments on commit 9b2e42b

Please sign in to comment.