Merge pull request #98 from tomkerkhove/helm-install-docs

Add docs on helm installation
This commit is contained in:
Solly Ross 2018-09-17 05:21:14 -04:00 committed by GitHub
commit 7f1b40728b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
-------------