Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Lambert <joshua@gitlab.com>2018-06-21 22:34:57 +0300
committerJoshua Lambert <joshua@gitlab.com>2018-06-21 22:34:57 +0300
commitb7b88f439ad89e633eb9f9ac30724bbc1a28bae7 (patch)
treebf6c40d3b637a2b1e53b06eedfc3b6d66fbac7e3 /doc/install
parent3bfbe1fed8eed66e869bfd1d1f444395467f428d (diff)
Fix helm update command
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/kubernetes/gitlab_chart.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/kubernetes/gitlab_chart.md b/doc/install/kubernetes/gitlab_chart.md
index 3d16b3cadd8..b7e5f802c98 100644
--- a/doc/install/kubernetes/gitlab_chart.md
+++ b/doc/install/kubernetes/gitlab_chart.md
@@ -64,7 +64,7 @@ run helm. In this example, we've named our helm release "gitlab".
```
helm repo add gitlab https://charts.gitlab.io/
-helm dependencies update
+helm update
helm upgrade --install gitlab gitlab/gitlab \
--timeout 600 \
--set global.hosts.domain=example.local \