Skip to content

Commit

Permalink
docs: fix link to Helm chart and add example (#534)
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Bickel <[email protected]>
  • Loading branch information
hairmare authored Feb 17, 2022
1 parent edd28cd commit eaae0a7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit eaae0a7

Please sign in to comment.