1
0
mirror of https://github.com/coreos/prometheus-operator.git synced 2026-02-05 06:45:27 +01:00

helm: add '--namespace monitoring' in README (#885)

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
This commit is contained in:
champtar
2018-01-13 01:50:52 -08:00
committed by Giancarlo Rubio
parent ed212b0a9f
commit ae82f80131

View File

@@ -2,6 +2,6 @@
```
helm repo add coreos https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
helm install coreos/prometheus-operator --name prometheus-operator
helm install coreos/kube-prometheus --name kube-prometheus --set rbacEnable=true
helm install coreos/prometheus-operator --name prometheus-operator --namespace monitoring
helm install coreos/kube-prometheus --name kube-prometheus --set rbacEnable=true --namespace monitoring
````