Merge branch 'vendor-auto-devops-gitlab-ci-fix-503-on-deploy' into 'master'
Vendor Auto-DevOps.gitlab-ci.yml: fix where the deploy job does not wait for Deployment to complete. Closes #50186 and charts/auto-deploy-app#6 See merge request gitlab-org/gitlab-ce!21713
This commit is contained in:
commit
38707042fc
2 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: Vendor Auto-DevOps.gitlab-ci.yml to fix bug where the deploy job does not wait
|
||||
for Deployment to complete
|
||||
merge_request: 21713
|
||||
author:
|
||||
type: fixed
|
|
@ -608,6 +608,8 @@ rollout 100%:
|
|||
--version="$CI_PIPELINE_ID-$CI_JOB_ID" \
|
||||
"$name" \
|
||||
chart/
|
||||
|
||||
kubectl rollout status -n "$KUBE_NAMESPACE" -w "deployment/$name"
|
||||
}
|
||||
|
||||
function scale() {
|
||||
|
|
Loading…
Reference in a new issue