|
|
@ -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-' |
|
|
|