Commit 38707042 authored by Kamil Trzciński's avatar Kamil Trzciński

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
parents bfe0b0fe 2509ccd7
---
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() {
......
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