mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-06 09:47:54 +00:00
docs(readme): fix installation command for helm3
Helm3 install doesn't have `--name` flag `Error: unknown flag: --name`
This commit is contained in:
parent
9008b12a01
commit
69043599c8
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ To install it with the release name `my-release`, run this Helm command:
|
|||
```console
|
||||
$ helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
|
||||
$ helm repo update
|
||||
$ helm install --name my-release prometheus-community/prometheus-adapter
|
||||
$ helm install my-release prometheus-community/prometheus-adapter
|
||||
```
|
||||
|
||||
Official images
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue