[19.02.20] Test sed of deployment
This commit is contained in:
parent
62117db98e
commit
dbc6bcd11e
@ -5,6 +5,8 @@ APPLICATION_NAME=$2
|
|||||||
APPLICATION_VERSION=$3
|
APPLICATION_VERSION=$3
|
||||||
APPLICATION_LABEL=$4
|
APPLICATION_LABEL=$4
|
||||||
|
|
||||||
|
pwd
|
||||||
|
|
||||||
sed -i 's/REPOSITORY/${DOCKER_REPOSITORY}/g' configuration/kubernetes/deployment.yaml
|
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/IMAGE/${APPLICATION_NAME}:${APPLICATION_VERSION}/g' configuration/kubernetes/deployment.yaml
|
||||||
sed -i 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/deployment.yaml
|
sed -i 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/deployment.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user