mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
Merge pull request #491 from Ruwan-Ranganath/master
Update README.md with Helm-3 Command
This commit is contained in:
commit
c6e518beac
1 changed files with 7 additions and 0 deletions
|
|
@ -21,11 +21,18 @@ If you're a helm user, a helm chart is listed on prometheus-community repository
|
|||
|
||||
To install it with the release name `my-release`, run this Helm command:
|
||||
|
||||
For Helm2
|
||||
```console
|
||||
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
$ helm repo update
|
||||
$ helm install --name my-release prometheus-community/prometheus-adapter
|
||||
```
|
||||
For Helm3 ( as name is mandatory )
|
||||
```console
|
||||
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
$ helm repo update
|
||||
$ helm install my-release prometheus-community/prometheus-adapter
|
||||
```
|
||||
|
||||
Official images
|
||||
---
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue