mirror of
https://github.com/honestbee/drone-kubernetes.git
synced 2025-05-13 08:03:17 +00:00
fix tag quotes
This commit is contained in:
parent
67abd5704e
commit
ad2ec49271
1 changed files with 1 additions and 1 deletions
|
@ -64,6 +64,6 @@ for DEPLOY in ${DEPLOYMENTS[@]}; do
|
|||
echo Deploying to ${KUBERNETES_ENV}
|
||||
for CONTAINER in ${CONTAINERS[@]}; do
|
||||
kubectl -n ${PLUGIN_NAMESPACE} set image deployment/${DEPLOY} \
|
||||
${CONTAINER}=${PLUGIN_REPO}:${PLUGIN_TAG} --record
|
||||
${CONTAINER}="${PLUGIN_REPO}:${PLUGIN_TAG}" --record
|
||||
done
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue