From 357f8e53b7a3059bb73c3cc5efa156a014fdd713 Mon Sep 17 00:00:00 2001 From: Alena Varkockova Date: Tue, 2 Nov 2021 16:02:13 +0100 Subject: [PATCH] Drop --name in helm install readme This is no longer supported by helm 3. --- charts/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/README.md b/charts/README.md index 6bc5f72..3b99718 100644 --- a/charts/README.md +++ b/charts/README.md @@ -11,5 +11,5 @@ All available input is documented inside of the [values.yaml](./kminion/values.y ```shell helm repo add kminion https://raw.githubusercontent.com/cloudhut/kminion/master/charts/archives helm repo update -helm install -f values.yaml --name=kminion kminion/kminion +helm install -f values.yaml kminion kminion/kminion ```