From 26c5d412f386eaa034f1f250d23b329449bef8a9 Mon Sep 17 00:00:00 2001 From: Matthias Wessendorf Date: Mon, 10 Feb 2020 18:09:07 +0100 Subject: [PATCH] Apache Camel-K/Kafka usage, instead of just Camel/Kafka (#2193) --- docs/install/knative-with-any-k8s.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/install/knative-with-any-k8s.md b/docs/install/knative-with-any-k8s.md index 96f6dd4fe..f308805fe 100644 --- a/docs/install/knative-with-any-k8s.md +++ b/docs/install/knative-with-any-k8s.md @@ -444,25 +444,25 @@ To learn more about the Github source, try [our sample](../eventing/samples/gith {{< /tab >}} -{{% tab name="Camel Source" %}} -The following command installs the Camel Source: +{{% tab name="Apache Camel-K Source" %}} +The following command installs the Apache Camel-K Source: ```bash kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/camel.yaml ``` -To learn more about the Camel source, try [our sample](../eventing/samples/apache-camel-source/README.md) +To learn more about the Apache Camel-K source, try [our sample](../eventing/samples/apache-camel-source/README.md) {{< /tab >}} -{{% tab name="Kafka Source" %}} -The following command installs the Kafka Source: +{{% tab name="Apache Kafka Source" %}} +The following command installs the Apache Kafka Source: ```bash kubectl apply --filename https://github.com/knative/eventing-contrib/releases/download/{{< version >}}/kafka-source.yaml ``` -To learn more about the Kafka source, try [our sample](../eventing/samples/kafka/source/README.md) +To learn more about the Apache Kafka source, try [our sample](../eventing/samples/kafka/source/README.md) {{< /tab >}}