diff options
-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 \ |