From aebd8558640c8afbd991ceb8d8fa58af9e7f77b0 Mon Sep 17 00:00:00 2001 From: Lucas Bickel Date: Thu, 17 Feb 2022 11:58:14 +0100 Subject: [PATCH] docs: fix link to Helm chart and add example Signed-off-by: Lucas Bickel --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24cc5d5b..0dfd5977 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,12 @@ elasticsearch_exporter: #### Kubernetes -You can find a helm chart in the stable charts repository at https://github.com/kubernetes/charts/tree/master/stable/elasticsearch-exporter. +You can find a helm chart in the prometheus-community charts repository at https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-elasticsearch-exporter + +```bash +helm repo add prometheus-community https://prometheus-community.github.io/helm-charts +helm install [RELEASE_NAME] prometheus-community/prometheus-elasticsearch-exporter +``` ### Configuration