mirror of https://github.com/dapr/docs.git
fix helm value for prometheus (#3325)
correct the value for setting Persistent Volume for alertmanager Signed-off-by: Xianyao Chen <owenchenxy@gmail.com>
This commit is contained in:
parent
a9ffe331df
commit
393e88fa13
|
@ -90,7 +90,7 @@ If you are Minikube user or want to disable persistent volume for development pu
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm install dapr-prom prometheus-community/prometheus -n dapr-monitoring
|
helm install dapr-prom prometheus-community/prometheus -n dapr-monitoring
|
||||||
--set alertmanager.persistentVolume.enable=false --set pushgateway.persistentVolume.enabled=false --set server.persistentVolume.enabled=false
|
--set alertmanager.persistence.enabled=false --set pushgateway.persistentVolume.enabled=false --set server.persistentVolume.enabled=false
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Validation
|
3. Validation
|
||||||
|
@ -119,4 +119,4 @@ dapr-prom-prometheus-server-694fd8d7c-q5d59 2/2 Running 0
|
||||||
## References
|
## References
|
||||||
|
|
||||||
* [Prometheus Installation](https://github.com/prometheus-community/helm-charts)
|
* [Prometheus Installation](https://github.com/prometheus-community/helm-charts)
|
||||||
* [Prometheus Query Language](https://prometheus.io/docs/prometheus/latest/querying/basics/)
|
* [Prometheus Query Language](https://prometheus.io/docs/prometheus/latest/querying/basics/)
|
||||||
|
|
Loading…
Reference in New Issue