Updated config map name

This commit is contained in:
Tim McCarthy 2020-03-02 09:29:28 -06:00
parent 252db41f66
commit f4a4ecc3c4

View File

@ -38,7 +38,7 @@ stages:
- script: 'oc delete configmap mobilemarketingapigw'
failOnStderr: true
displayName: 'Delete Envoy ConfigMap'
- script: 'oc create configmap mobilemarketingapigw --from-file=./deploy/aro/mobilemarketingapigw/envoy.yml'
- script: 'oc create configmap mobilemarketingapigw-config-map --from-file=./deploy/aro/mobilemarketingapigw/envoy.yml'
failOnStderr: true
displayName: 'Create Envoy ConfigMap'
- script: 'oc process -f ./deploy/aro/apigw-templates/apigw-deploy-template.yml -p APPLICATION_NAME=mobilemarketingapigw -p IMAGE_REGISTRY_PROJECT_NAME=$(SourceImageRegistryProjectName) | oc apply -f-'