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:
committed by
Giancarlo Rubio
parent
ed212b0a9f
commit
ae82f80131
@@ -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
|
||||
````
|
||||
|
||||
Reference in New Issue
Block a user