From 75b14e6d6dd035e51a83392c1c5bb4eefa7a04a9 Mon Sep 17 00:00:00 2001 From: Patrik Egyed <8093632+pregnor@users.noreply.github.com> Date: Tue, 2 May 2023 10:05:05 +0200 Subject: [PATCH] fix(install): fixed GH version links (#113) Co-authored-by: Robert Fekete --- docs/install-kafka-operator.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install-kafka-operator.md b/docs/install-kafka-operator.md index 2c2afbd..d09c889 100644 --- a/docs/install-kafka-operator.md +++ b/docs/install-kafka-operator.md @@ -607,7 +607,7 @@ This method uses a command-line tool of the commercial [Banzai Cloud Supertubes] ```bash kubectl create \ -n kafka \ - -f https://raw.githubusercontent.com/banzaicloud/koperator/{{< param "versionnumbers-sdm.koperatorCurrentversion" >}}/config/samples/simplekafkacluster.yaml + -f https://raw.githubusercontent.com/banzaicloud/koperator/v{{< param "versionnumbers-sdm.koperatorCurrentversion" >}}/config/samples/simplekafkacluster.yaml ``` - To create a sample Kafka cluster that allows TLS-encrypted client connections, run the following command. For details on the configuration parameters related to SSL, see {{% xref "/docs/supertubes/kafka-operator/ssl.md#enable-ssl" %}}. @@ -615,7 +615,7 @@ This method uses a command-line tool of the commercial [Banzai Cloud Supertubes] ```bash kubectl create \ -n kafka \ - -f https://raw.githubusercontent.com/banzaicloud/koperator/{{< param "versionnumbers-sdm.koperatorCurrentversion" >}}/config/samples/simplekafkacluster_ssl.yaml + -f https://raw.githubusercontent.com/banzaicloud/koperator/v{{< param "versionnumbers-sdm.koperatorCurrentversion" >}}/config/samples/simplekafkacluster_ssl.yaml ``` Expected output: @@ -676,7 +676,7 @@ This method uses a command-line tool of the commercial [Banzai Cloud Supertubes] ```bash kubectl create \ -n kafka \ - -f https://raw.githubusercontent.com/banzaicloud/koperator/{{< param "versionnumbers-sdm.koperatorCurrentversion" >}}/config/samples/kafkacluster-prometheus.yaml + -f https://raw.githubusercontent.com/banzaicloud/koperator/v{{< param "versionnumbers-sdm.koperatorCurrentversion" >}}/config/samples/kafkacluster-prometheus.yaml ``` Expected output: