This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git
commit 513099dfae6b3c89c6e21bb2d2ec859e8e1d558e Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 16 11:57:44 2023 +0100 Kafka-S3 Example with Strimzi and Camel K operator on openshift Signed-off-by: Andrea Cosentino <[email protected]> --- camel-k/kafka-s3/README.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/camel-k/kafka-s3/README.adoc b/camel-k/kafka-s3/README.adoc index c81772d..67d97dc 100644 --- a/camel-k/kafka-s3/README.adoc +++ b/camel-k/kafka-s3/README.adoc @@ -1,6 +1,8 @@ == Kafka to S3 KameletBinding example -In this sample you'll use Strizi Operator and Camel K Operator on Openshift Cloud +In this sample you'll use Strizi Operator and Camel K Operator on Openshift Cloud. + +So this example expects you have an Openshift instance running on Cloud. === Setup the Strimzi Operator
