mirror of https://github.com/dapr/docs.git
fixing the elasticsearch install command line. (#1240)
Co-authored-by: Mark Fussell <mfussell@microsoft.com>
This commit is contained in:
parent
5947898236
commit
8e8e10f654
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue