mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 01:38:10 +00:00
Merge pull request #98 from tomkerkhove/helm-install-docs
Add docs on helm installation
This commit is contained in:
commit
7f1b40728b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
|
@ -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
|
||||
-------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue