diff --git a/deploy/aro/mobilemarketingapigw/azure-pipelines.yml b/deploy/aro/mobilemarketingapigw/azure-pipelines.yml index dc32dca3e..2dc178e8c 100644 --- a/deploy/aro/mobilemarketingapigw/azure-pipelines.yml +++ b/deploy/aro/mobilemarketingapigw/azure-pipelines.yml @@ -35,8 +35,8 @@ stages: - script: 'oc project $(OpenShiftProject)' failOnStderr: true displayName: 'Set OpenShift Project Context' - - script: 'oc delete configmap mobilemarketingapigw' - failOnStderr: true + - script: 'oc delete configmap mobilemarketingapigw-config-map' + failOnStderr: false displayName: 'Delete Envoy ConfigMap' - script: 'oc create configmap mobilemarketingapigw-config-map --from-file=./deploy/aro/mobilemarketingapigw/envoy.yml' failOnStderr: true