From aa75e96d40bf702682f94d459f09fd98ee2c85f7 Mon Sep 17 00:00:00 2001 From: Zeger-Jan van de Weg Date: Fri, 17 Apr 2020 12:12:25 +0000 Subject: [PATCH] docs: Skip helm init command after helm 3.0 When walking through these docs, the helm init command didn't seem to exist on my machine. It appears that post helm v3.0 it's no longer required to execute it. --- doc/installation/tools.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/installation/tools.md b/doc/installation/tools.md index a02acd7ea3..f5db51e7af 100644 --- a/doc/installation/tools.md +++ b/doc/installation/tools.md @@ -153,6 +153,8 @@ kubectl create -f https://gitlab.com/gitlab-org/charts/gitlab/raw/master/doc/ins ### Initializing Helm +CAUTION: **No longer required if you've got Helm 3.0 or later** + Finally, deploy Helm Tiller with a service account: ```sh -- GitLab