mirror of https://github.com/dapr/docs.git
fix typo (#124)
This commit is contained in:
parent
7f34df0ebe
commit
f121f7fe70
|
@ -15,7 +15,7 @@ For this example, we'll be using Kafka.<br>
|
|||
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.
|
||||
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.
|
||||
|
|
Loading…
Reference in New Issue