mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge pull request #334 from Ladicle/update-installation
Update helm charts repository in README
This commit is contained in:
commit
e0ddb886a7
1 changed files with 4 additions and 2 deletions
|
|
@ -19,12 +19,14 @@ Quick Links
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
-------------
|
-------------
|
||||||
If you're a helm user, a helm chart is listed on the Kubeapps Hub as [stable/prometheus-adapter](https://github.com/helm/charts/blob/master/stable/prometheus-adapter/README.md).
|
If you're a helm user, a helm chart is listed on prometheus-community repository as [prometheus-community/prometheus-adapter](https://github.com/prometheus-community/helm-charts/tree/main/charts/prometheus-adapter).
|
||||||
|
|
||||||
To install it with the release name `my-release`, run this Helm command:
|
To install it with the release name `my-release`, run this Helm command:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
$ helm install --name my-release stable/prometheus-adapter
|
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||||
|
$ helm repo update
|
||||||
|
$ helm install --name my-release prometheus-community/prometheus-adapter
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration
|
Configuration
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue