summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
authorMaxime <miouge+gitlab@gmail.com>2018-04-12 11:45:06 +0000
committerLin Jen-Shin <godfat@godfat.org>2018-05-11 00:06:55 +0800
commitb769cae581919e0f744bb8b6cf09666e089988fc (patch)
treea476c733eac828e35bd31b43302eba23166a3b1f /doc/install
parent0afcfd31bdf8d23bc180d5a36796aba8e66dbd33 (diff)
downloadgitlab-ce-b769cae581919e0f744bb8b6cf09666e089988fc.tar.gz
Helm init before helm repo add
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/kubernetes/gitlab_omnibus.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_omnibus.md b/doc/install/kubernetes/gitlab_omnibus.md
index 9c5258c2cdf..98af87455ec 100644
--- a/doc/install/kubernetes/gitlab_omnibus.md
+++ b/doc/install/kubernetes/gitlab_omnibus.md
@@ -129,8 +129,8 @@ You may see a temporary error message `SchedulerPredicates failed due to Persist
Add the GitLab Helm repository and initialize Helm:
```bash
-helm repo add gitlab https://charts.gitlab.io
helm init
+helm repo add gitlab https://charts.gitlab.io
```
Once you have reviewed the [configuration settings](#configuring-and-installing-gitlab) you can install the chart. We recommending saving your configuration options in a `values.yaml` file for easier upgrades in the future.