Browse Source

Added Azure Key Vault task

pull/1259/head
Tim McCarthy 5 years ago
parent
commit
474f26ef46
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      deploy/aro/catalog-api/azure-pipelines.yml

+ 5
- 0
deploy/aro/catalog-api/azure-pipelines.yml View File

@ -24,6 +24,11 @@ stages:
pool:
vmImage: 'windows-latest'
steps:
- task: AzureKeyVault@1
displayName: 'Azure Key Vault: openshift-demo-vault'
inputs:
azureSubscription: 'Azure OpenShift Demo'
KeyVaultName: 'openshift-demo-vault'
- task: redhat.openshift-vsts.oc-setup-task.oc-setup@2
displayName: 'Setup Openshift CLI'
inputs:


Loading…
Cancel
Save