From d85c9af5090c6464817defcf46413b24ca6aced0 Mon Sep 17 00:00:00 2001 From: andyjk15 Date: Wed, 19 Feb 2020 16:05:41 +0000 Subject: [PATCH] [19.02.20] Messed up path for script --- configuration/scripts/mapVarsToConfigs.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration/scripts/mapVarsToConfigs.sh b/configuration/scripts/mapVarsToConfigs.sh index 94a8400..e45ea5d 100755 --- a/configuration/scripts/mapVarsToConfigs.sh +++ b/configuration/scripts/mapVarsToConfigs.sh @@ -10,5 +10,5 @@ sh "sed -i 's/IMAGE/${APPLICATION_NAME}:${APPLICATION_VERSION}/g' configuration/ sh "sed -i 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/deployment.yaml" sh "sed -i 's/LABEL/${APPLICATION_LABEL}/g' configuration/kubernetes/deployment.yaml" -sh "sed -it 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/service.yaml" -sh "sed -it 's/LABEL/${APPLICATION_LABEL}/g' configuration/kubernetes/service.yaml" \ No newline at end of file +sh "sed -i 's/RESOURCE_NAME/${APPLICATION_NAME}/g' configuration/kubernetes/service.yaml" +sh "sed -i 's/LABEL/${APPLICATION_LABEL}/g' configuration/kubernetes/service.yaml" \ No newline at end of file