From 5cc0cf1c184fe8a6cb360820f47832567fae55d6 Mon Sep 17 00:00:00 2001 From: Alpha Date: Mon, 20 Apr 2020 11:29:37 +0800 Subject: [PATCH] update the helm v3 install way --- docs/deploy/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploy/index.md b/docs/deploy/index.md index 8583d9811..72c4a8701 100644 --- a/docs/deploy/index.md +++ b/docs/deploy/index.md @@ -175,7 +175,7 @@ To install the chart with the release name `ingress-nginx`: ```console helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx -helm install ingress-nginx +helm install my-release-name ingress-nginx ``` If you are using [Helm 2](https://v2.helm.sh/) then specify release name using `--name` flag