fixing the elasticsearch install command line. (#1240)

Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
Sean Yen 2021-02-18 16:32:57 -08:00 committed by GitHub
parent 5947898236
commit 8e8e10f654
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ helm install elasticsearch elastic/elasticsearch -n dapr-monitoring
If you are using minikube or want to disable persistent volumes for development purposes, you can disable it by using the following command:
```bash
helm install elasticsearch elastic/elasticsearch -n dapr-monitoring --set persistence.enabled=false --replicas=1
helm install elasticsearch elastic/elasticsearch -n dapr-monitoring --set persistence.enabled=false,replicas=1
```
4. Install Kibana