docs(readme): fix installation command for helm3

Helm3 install doesn't have `--name` flag

`Error: unknown flag: --name`
This commit is contained in:
Dominik Rosiek 2022-07-01 09:03:28 +02:00 committed by GitHub
parent 9008b12a01
commit 69043599c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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