mirror of
https://github.com/honestbee/drone-kubernetes.git
synced 2025-05-13 07:53:22 +00:00
Add information about deployment
This commit is contained in:
parent
995b37fe1a
commit
18bb02bede
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ kubectl config use-context default
|
|||
|
||||
IFS=', ' read -r -a DEPLOYMENTS <<< "$PLUGIN_DEPLOYMENT"
|
||||
for DEPLOY in ${DEPLOYMENTS[@]}; do
|
||||
echo Deploying to $KUBERNETES_SERVER
|
||||
kubectl -n ${PLUGIN_NAMESPACE} set image deployment/${DEPLOY} \
|
||||
${PLUGIN_CONTAINER}=${PLUGIN_REPO}:${PLUGIN_TAG}
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue