From 73e412a74c3a58d37fad156cf10c90682632b8c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20R=C3=BCger?= Date: Mon, 23 Jul 2018 19:01:50 +0200 Subject: [PATCH] Fix typo, point to helm install --- helm/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/helm/README.md b/helm/README.md index 2293a4822..ce15d083e 100644 --- a/helm/README.md +++ b/helm/README.md @@ -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