[19.02.20] Test sed of deployment

This commit is contained in:
andyjk15 2020-02-19 16:43:52 +00:00
parent 62117db98e
commit dbc6bcd11e

View File

@ -5,6 +5,8 @@ APPLICATION_NAME=$2
APPLICATION_VERSION=$3
APPLICATION_LABEL=$4
pwd
sed -i 's/REPOSITORY/${DOCKER_REPOSITORY}/g' configuration/kubernetes/deployment.yaml
sed -i 's/IMAGE/${APPLICATION_NAME}:${APPLICATION_VERSION}/g' configuration/kubernetes/deployment.yaml
sed -i 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/deployment.yaml