Commit e3be5309 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'alberts-increase-helm-timeout' into 'master'

Increase helm timeout and make it configurable

See merge request gitlab-org/gitlab!61978
parents f8e892d9 00404000
......@@ -331,7 +331,7 @@ HELM_CMD=$(cat << EOF
--namespace="${namespace}" \
--install \
--wait \
--timeout 15m \
--timeout "${HELM_INSTALL_TIMEOUT:-20m}" \
--set ci.branch="${CI_COMMIT_REF_NAME}" \
--set ci.commit.sha="${CI_COMMIT_SHORT_SHA}" \
--set ci.job.url="${CI_JOB_URL}" \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment