Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

[metricbeat] Update doc with kube-state-metrics repository #1039

Merged
merged 5 commits into from
Feb 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ See [supported configurations][] for more details.
`helm repo add elastic https://helm.elastic.co`

* Install it:
- Add the Elastic Helm charts repo (required for kube-state-metrics chart dependency): `helm repo add stable https://charts.helm.sh/stable`
- with Helm 3: `helm install metricbeat elastic/metricbeat`
- with Helm 2 (deprecated): `helm install --name metricbeat elastic/metricbeat`


### Install development version using master branch

* Clone the git repo: `git clone [email protected]:elastic/helm-charts.git`
Expand Down