Skip to content
Snippets Groups Projects
Unverified Commit a435959f authored by Varac's avatar Varac
Browse files

Increase helm install timeout to 20m

parent 8259448f
No related branches found
No related tags found
1 merge request!260Resolve "error converting YAML to JSON: yaml: line 46: mapping values are not allowed in this context"
Pipeline #27054 passed with stages
in 11 minutes and 36 seconds
......@@ -64,7 +64,7 @@ install-helmrelease:
echo -e " commitInfo:\n branch: $CI_COMMIT_REF_NAME\n message: $CI_COMMIT_TITLE\n author: $CI_COMMIT_AUTHOR\n sha: $CI_COMMIT_SHORT_SHA" >> values-ci.yaml
- cat values-ci.yaml
- time kubectl delete namespace "nc$CI_MERGE_REQUEST_IID" || true
- time helm install --create-namespace -n nc$CI_MERGE_REQUEST_IID --wait "nc$CI_MERGE_REQUEST_IID" . -f values-ci.yaml
- time helm install --timeout 20m --create-namespace -n nc$CI_MERGE_REQUEST_IID --wait "nc$CI_MERGE_REQUEST_IID" . -f values-ci.yaml
environment:
name: helmrelease/nc$CI_MERGE_REQUEST_IID
url: https://files-nc$CI_MERGE_REQUEST_IID.gitlab.stackspin.net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment