Browse Source

Updated ConfigMap deletion

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
75d0cb3e2d
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      deploy/aro/mobilemarketingapigw/azure-pipelines.yml

+ 2
- 2
deploy/aro/mobilemarketingapigw/azure-pipelines.yml View File

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


Loading…
Cancel
Save