Skip to content

Commit

Permalink
fix(install): fixed GH version links (#113)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Fekete <[email protected]>
  • Loading branch information
pregnor and fekete-robert committed May 2, 2023
1 parent 0cbcb10 commit 75b14e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install-kafka-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -607,15 +607,15 @@ 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" %}}.
```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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 75b14e6

Please sign in to comment.