Skip to content

Commit

Permalink
Merge pull request #98 from tomkerkhove/helm-install-docs
Browse files Browse the repository at this point in the history
Add docs on helm installation
  • Loading branch information
DirectXMan12 authored Sep 17, 2018
2 parents 2624937 + 87fad2a commit 7f1b407
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ Quick Links
- [End-to-end walkthrough](docs/walkthrough.md)
- [Deployment info and files](deploy/README.md)

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).

To install it with the release name `my-release`, run this Helm command:

```console
$ helm install --name my-release stable/prometheus-adapter
```

Configuration
-------------

Expand Down

0 comments on commit 7f1b407

Please sign in to comment.