Skip to content

Commit

Permalink
fix deletion of helm release
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHabenicht committed Apr 12, 2020
1 parent db94ce5 commit af31644
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .azure/pipelines/Phonebook.preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,11 +159,10 @@ jobs:
- task: HelmInstaller@1
displayName: 'Install Helm 2.14.2'
inputs:
helmVersionToInstall: 2.14.2
helmVersionToInstall: 2.14.2
- task: HelmDeploy@0
inputs:
connectionType: 'None'
namespace: '$(namespace)'
command: 'delete'
arguments: 'phonebook-$(namespace)'
- task: Kubernetes@1
Expand Down

0 comments on commit af31644

Please sign in to comment.