1
0
Fork 0
mirror of https://github.com/honestbee/drone-kubernetes.git synced 2025-06-17 03:36:36 +00:00

temp: update script: blocking deployment watch

This commit is contained in:
hashfyre 2018-01-23 12:57:45 +05:30
parent 83b1e5d587
commit 661f470526

View file

@ -95,5 +95,5 @@ for DEPLOY in ${DEPLOYMENTS[@]}; do
${CONTAINER}="${PLUGIN_REPO}:${PLUGIN_TAG}" --record
done
# wait on deployment rollout status
kubectl -n ${NAMESPACE} rollout status deployment/${DEPLOY}
# kubectl -n ${NAMESPACE} rollout status deployment/${DEPLOY}
done