Updated config map name
This commit is contained in:
parent
252db41f66
commit
f4a4ecc3c4
@ -38,7 +38,7 @@ stages:
|
|||||||
- script: 'oc delete configmap mobilemarketingapigw'
|
- script: 'oc delete configmap mobilemarketingapigw'
|
||||||
failOnStderr: true
|
failOnStderr: true
|
||||||
displayName: 'Delete Envoy ConfigMap'
|
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
|
failOnStderr: true
|
||||||
displayName: 'Create Envoy ConfigMap'
|
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-'
|
- 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-'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user