1
0
Fork 0
mirror of https://github.com/prometheus-operator/prometheus-operator.git synced 2025-04-06 17:14:13 +00:00

Merge pull request #1671 from mrueg/typofix

Fix typo, point to helm install
This commit is contained in:
Frederic Branczyk 2018-07-24 11:16:32 +02:00 committed by GitHub
commit d1d3ab12de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,13 @@
# TL;DR
```
# Install helm https://docs.helm.sh/using_helm/ then run:
helm repo add coreos https://s3-eu-west-1.amazonaws.com/coreos-charts/stable/
helm install coreos/prometheus-operator --name prometheus-operator --namespace monitoring
helm install coreos/kube-prometheus --name kube-prometheus --namespace monitoring
````
# How to contribue?
# How to contribute?
1. Fork the project
2. Make the changes in the helm charts