Skip to content

Commit

Permalink
Set up helm test chart with CI and Azure Pipelines
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
milanpetrovic87 committed Sep 6, 2023
1 parent 4ce02a6 commit b4c63ad
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
# Starter pipeline
- task: HelmDeploy@0
inputs:
connectionType: 'Azure Resource Manager'
azureSubscription: 'Azure subscription 1(a0a53d3b-60ec-47b8-8503-2f4baa4453a4)'
azureResourceGroup: 'myapp-rg'
kubernetesCluster: 'myapp'
namespace: 'default'
command: 'ls'
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
Expand Down

0 comments on commit b4c63ad

Please sign in to comment.