fix tag quotes
This commit is contained in:
parent
67abd5704e
commit
ad2ec49271
|
@ -64,6 +64,6 @@ for DEPLOY in ${DEPLOYMENTS[@]}; do
|
||||||
echo Deploying to ${KUBERNETES_ENV}
|
echo Deploying to ${KUBERNETES_ENV}
|
||||||
for CONTAINER in ${CONTAINERS[@]}; do
|
for CONTAINER in ${CONTAINERS[@]}; do
|
||||||
kubectl -n ${PLUGIN_NAMESPACE} set image deployment/${DEPLOY} \
|
kubectl -n ${PLUGIN_NAMESPACE} set image deployment/${DEPLOY} \
|
||||||
${CONTAINER}=${PLUGIN_REPO}:${PLUGIN_TAG} --record
|
${CONTAINER}="${PLUGIN_REPO}:${PLUGIN_TAG}" --record
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in New Issue