From a5578de2700d00a25d1c5c96e4be4ed738eeb5f9 Mon Sep 17 00:00:00 2001 From: Natalia Tepluhina Date: Wed, 11 Mar 2020 08:56:36 +0000 Subject: [PATCH] Fix timeout parameter --- doc/installation/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/installation/deployment.md b/doc/installation/deployment.md index 322e2eff4a..b2ba5a1d74 100644 --- a/doc/installation/deployment.md +++ b/doc/installation/deployment.md @@ -227,7 +227,7 @@ run Helm. In this example, we've named our Helm release `gitlab`. helm repo add gitlab https://charts.gitlab.io/ helm repo update helm upgrade --install gitlab gitlab/gitlab \ - --timeout 600 \ + --timeout 600s \ --set global.hosts.domain=example.com \ --set global.hosts.externalIP=10.10.10.10 \ --set certmanager-issuer.email=me@example.com -- GitLab