Added token replacement step to the API gateway deployments
This commit is contained in:
		
							parent
							
								
									1e9be0c870
								
							
						
					
					
						commit
						32a5ef2069
					
				@ -23,6 +23,11 @@ stages:
 | 
			
		||||
        pool: 
 | 
			
		||||
          vmImage: 'windows-latest'
 | 
			
		||||
        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
 | 
			
		||||
          displayName: 'Setup Openshift CLI'
 | 
			
		||||
          inputs:
 | 
			
		||||
 | 
			
		||||
@ -23,6 +23,11 @@ stages:
 | 
			
		||||
        pool: 
 | 
			
		||||
          vmImage: 'windows-latest'
 | 
			
		||||
        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
 | 
			
		||||
          displayName: 'Setup Openshift CLI'
 | 
			
		||||
          inputs:
 | 
			
		||||
 | 
			
		||||
@ -23,6 +23,11 @@ stages:
 | 
			
		||||
        pool: 
 | 
			
		||||
          vmImage: 'windows-latest'
 | 
			
		||||
        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
 | 
			
		||||
          displayName: 'Setup Openshift CLI'
 | 
			
		||||
          inputs:
 | 
			
		||||
 | 
			
		||||
@ -23,6 +23,11 @@ stages:
 | 
			
		||||
        pool: 
 | 
			
		||||
          vmImage: 'windows-latest'
 | 
			
		||||
        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
 | 
			
		||||
          displayName: 'Setup Openshift CLI'
 | 
			
		||||
          inputs:
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user