temp: update script: blocking deployment watch
This commit is contained in:
parent
83b1e5d587
commit
661f470526
|
@ -95,5 +95,5 @@ for DEPLOY in ${DEPLOYMENTS[@]}; do
|
||||||
${CONTAINER}="${PLUGIN_REPO}:${PLUGIN_TAG}" --record
|
${CONTAINER}="${PLUGIN_REPO}:${PLUGIN_TAG}" --record
|
||||||
done
|
done
|
||||||
# wait on deployment rollout status
|
# wait on deployment rollout status
|
||||||
kubectl -n ${NAMESPACE} rollout status deployment/${DEPLOY}
|
# kubectl -n ${NAMESPACE} rollout status deployment/${DEPLOY}
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue