From 75d0cb3e2dc95f62c47cb3a2ecae779ac0ecaf33 Mon Sep 17 00:00:00 2001 From: Tim McCarthy Date: Mon, 2 Mar 2020 09:37:29 -0600 Subject: [PATCH] Updated ConfigMap deletion --- deploy/aro/mobilemarketingapigw/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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