Skip to content
Snippets Groups Projects
Verified Commit 71fa13a4 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

ignore namespace removal failure

parent bc3c28f3
No related branches found
No related tags found
1 merge request!194chore(deps): update helm release redis to v16.10.0
Pipeline #17933 passed with stages
in 49 minutes and 36 seconds
...@@ -24,7 +24,8 @@ include: ...@@ -24,7 +24,8 @@ include:
.delete_helmrelease: &delete_helmrelease .delete_helmrelease: &delete_helmrelease
- cd ${CHART_DIR:-"."} - cd ${CHART_DIR:-"."}
- ./fully-delete-helmrelease.sh "nc$CI_MERGE_REQUEST_IID" "nc$CI_MERGE_REQUEST_IID" - ./fully-delete-helmrelease.sh "nc$CI_MERGE_REQUEST_IID" "nc$CI_MERGE_REQUEST_IID"
- kubectl delete namespace "nc$CI_MERGE_REQUEST_IID" # namespace removal fails if the namespace does not exist (yet), that's not a problem
- kubectl delete namespace "nc$CI_MERGE_REQUEST_IID" || true
stages: stages:
- lint-helm-chart - lint-helm-chart
......
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