From aea1e4e6aa2c472b2b8570289ce7b1fcc7ef7c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Wed, 13 May 2020 10:51:51 +0200 Subject: [PATCH] Fix minor issues in README --- execution/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/execution/README.md b/execution/README.md index f9207d8ae..1e26df155 100644 --- a/execution/README.md +++ b/execution/README.md @@ -60,7 +60,7 @@ not for the actual benchmark execution and evaluation. #### Our patched Confluent Helm Charts To use our patched Confluent Helm Charts clone the -[chart's repsoitory](https://github.com/SoerenHenning/cp-helm-charts. We also +[chart's repsoitory](https://github.com/SoerenHenning/cp-helm-charts). We also provide a [default configuration](infrastructure/kafka/values.yaml). If you do not want to deploy 10 Kafka and 3 Zookeeper instances, alter the configuration file accordingly. To install Confluent's Kafka and use the configuration: @@ -83,7 +83,7 @@ Other Kafka deployments, for example, using Strimzi, should work in similiar way [Lightbend's Kafka Lag Exporter](https://github.com/lightbend/kafka-lag-exporter) can be installed via Helm. We also provide a [default configuration](infrastructure/kafka-lag-exporter/values.yaml). -To install use it: +To install it: ```sh helm install kafka-lag-exporter https://github.com/lightbend/kafka-lag-exporter/releases/download/v0.6.0/kafka-lag-exporter-0.6.0.tgz -f infrastructure/kafka-lag-exporter/values.yaml -- GitLab