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

Add debug ouput to helm install

parent 612f92fe
No related branches found
No related tags found
1 merge request!267Update Helm release redis to v17.1.5
Pipeline #27782 passed with stages
in 12 minutes
......@@ -65,8 +65,8 @@ install-helmrelease:
echo -e " commitInfo:\n branch: \"$CI_COMMIT_REF_SLUG\"\n message: \"$message\"\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 --timeout 20m --create-namespace -n nc$CI_MERGE_REQUEST_IID --wait "nc$CI_MERGE_REQUEST_IID" . -f values-ci.yaml
- time kubectl delete --wait=true namespace "nc$CI_MERGE_REQUEST_IID" || true
- time helm --debug 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