Added token replacement step to the API gateway deployments
This commit is contained in:
parent
1e9be0c870
commit
32a5ef2069
@ -23,6 +23,11 @@ stages:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
steps:
|
steps:
|
||||||
|
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
|
||||||
|
displayName: 'Replace tokens in envoy.yaml'
|
||||||
|
inputs:
|
||||||
|
sourcePath: ./deploy/aro/mobilemarketingapigw
|
||||||
|
filePattern: envoy.yaml
|
||||||
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
|
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
|
||||||
displayName: 'Setup Openshift CLI'
|
displayName: 'Setup Openshift CLI'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -23,6 +23,11 @@ stages:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
steps:
|
steps:
|
||||||
|
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
|
||||||
|
displayName: 'Replace tokens in envoy.yaml'
|
||||||
|
inputs:
|
||||||
|
sourcePath: ./deploy/aro/mobileshoppingapigw
|
||||||
|
filePattern: envoy.yaml
|
||||||
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
|
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
|
||||||
displayName: 'Setup Openshift CLI'
|
displayName: 'Setup Openshift CLI'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -23,6 +23,11 @@ stages:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
steps:
|
steps:
|
||||||
|
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
|
||||||
|
displayName: 'Replace tokens in envoy.yaml'
|
||||||
|
inputs:
|
||||||
|
sourcePath: ./deploy/aro/webmarketingapigw
|
||||||
|
filePattern: envoy.yaml
|
||||||
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
|
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
|
||||||
displayName: 'Setup Openshift CLI'
|
displayName: 'Setup Openshift CLI'
|
||||||
inputs:
|
inputs:
|
||||||
|
@ -23,6 +23,11 @@ stages:
|
|||||||
pool:
|
pool:
|
||||||
vmImage: 'windows-latest'
|
vmImage: 'windows-latest'
|
||||||
steps:
|
steps:
|
||||||
|
- task: colinsalmcorner.colinsalmcorner-buildtasks.replace-tokens-task.ReplaceTokens@1
|
||||||
|
displayName: 'Replace tokens in envoy.yaml'
|
||||||
|
inputs:
|
||||||
|
sourcePath: ./deploy/aro/webshoppingapigw
|
||||||
|
filePattern: envoy.yaml
|
||||||
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
|
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
|
||||||
displayName: 'Setup Openshift CLI'
|
displayName: 'Setup Openshift CLI'
|
||||||
inputs:
|
inputs:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user