diff options
author | Joshua Lambert <joshua@gitlab.com> | 2018-06-21 15:34:57 -0400 |
---|---|---|
committer | Joshua Lambert <joshua@gitlab.com> | 2018-06-21 15:34:57 -0400 |
commit | b7b88f439ad89e633eb9f9ac30724bbc1a28bae7 (patch) | |
tree | bf6c40d3b637a2b1e53b06eedfc3b6d66fbac7e3 | |
parent | 3bfbe1fed8eed66e869bfd1d1f444395467f428d (diff) | |
download | gitlab-ce-b7b88f439ad89e633eb9f9ac30724bbc1a28bae7.tar.gz |
Fix helm update command
-rw-r--r-- | doc/install/kubernetes/gitlab_chart.md | 2 |
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 \ |