From 69043599c8c95a1884143c25c3ea96739713766d Mon Sep 17 00:00:00 2001 From: Dominik Rosiek <58699848+sumo-drosiek@users.noreply.github.com> Date: Fri, 1 Jul 2022 09:03:28 +0200 Subject: [PATCH] docs(readme): fix installation command for helm3 Helm3 install doesn't have `--name` flag `Error: unknown flag: --name` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 49650d5d..c9729eba 100644 --- a/README.md +++ b/README.md @@ -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