Skip to content

Commit

Permalink
Merge pull request #334 from Ladicle/update-installation
Browse files Browse the repository at this point in the history
Update helm charts repository in README
  • Loading branch information
s-urbaniak authored Nov 11, 2020
2 parents e16510e + b88f59a commit e0ddb88
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,14 @@ Quick Links

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:

```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
Expand Down

0 comments on commit e0ddb88

Please sign in to comment.