This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Added continueOnError value to Delete ConfigMap step
pull/1259/head
Tim McCarthy
5 years ago
parent
a4949e9d79
commit
480c500931
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
deploy/aro/azure-devops-templates/api-gw-deploy.yml
+ 1
- 0
deploy/aro/azure-devops-templates/api-gw-deploy.yml
View File
@ -23,6 +23,7 @@ jobs:
displayName
:
'Set OpenShift Project Context'
-
script
:
'oc delete configmap ${{ parameters.AppName }}-config-map'
failOnStderr
:
false
continueOnError
:
true
displayName
:
'Delete Envoy ConfigMap'
-
script
:
'oc create configmap ${{ parameters.AppName }}-config-map --from-file=./deploy/aro/${{ parameters.AppName }}/envoy.yaml'
failOnStderr
:
true
Write
Preview
Loading…
Cancel
Save