Skip to content

Commit

Permalink
Update to new default service connetion
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrcounts authored Dec 1, 2021
1 parent 5a0adae commit 6045812
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pipeline-templates/helm-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ stages:
displayName: 'Push Helm Chart'
inputs:
addSpnToEnvironment: true
azureSubscription: 'Azure'
azureSubscription: 'AzureOps'
scriptLocation: 'inlineScript'
scriptType: 'bash'
inlineScript: |
Expand Down
2 changes: 1 addition & 1 deletion pipeline-templates/prepare-credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ steps:
displayName: 'Prepare Credentials'
inputs:
addSpnToEnvironment: true
azureSubscription: 'Azure'
azureSubscription: 'AzureOps'
scriptLocation: 'inlineScript'
scriptType: 'bash'
inlineScript: |
Expand Down

0 comments on commit 6045812

Please sign in to comment.