Skip to content

Commit

Permalink
Debugging azure deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
hardbyte committed Nov 29, 2021
1 parent 8322605 commit 3452682
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,16 @@ stages:
inputs:
helmVersionToInstall: 'latest'

# Show what is installed in the test namespace in-case a cleanup has failed
- task: Kubernetes@1
displayName: 'List Installed'
name: listpods
inputs:
connectionType: 'Kubernetes Service Connection'
kubernetesServiceEndpoint: $(CLUSTER)
command: 'get'
arguments: '--namespace $(NAMESPACE) pods,jobs,pvc,pv,statefulsets,deployment'

- task: HelmDeploy@0
displayName: Helm package
inputs:
Expand Down

0 comments on commit 3452682

Please sign in to comment.