From f121f7fe702dccee91b17b407c9befba81b72129 Mon Sep 17 00:00:00 2001 From: Yaron Schneider Date: Tue, 15 Oct 2019 15:10:48 -0700 Subject: [PATCH] fix typo (#124) --- howto/autoscale-with-keda/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/howto/autoscale-with-keda/README.md b/howto/autoscale-with-keda/README.md index b533c38a8..4aa99388e 100644 --- a/howto/autoscale-with-keda/README.md +++ b/howto/autoscale-with-keda/README.md @@ -15,7 +15,7 @@ For this example, we'll be using Kafka.
You can install Kafka in your cluster by using Helm: ``` -# helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator +$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator $ helm install --name my-kafka incubator/kafka ``` @@ -82,4 +82,4 @@ $ kubectl apply -f kafka_scaler.yaml All done! -You can now start publishing messages to your Kafka topic `myTopic` and watch the pods autoscale when the lag threshold is bigger than `5`, as defined in the KEDA scaler manifest. \ No newline at end of file +You can now start publishing messages to your Kafka topic `myTopic` and watch the pods autoscale when the lag threshold is bigger than `5`, as defined in the KEDA scaler manifest.