Skip to content

Commit abb335f

Browse files
committed
feat(workflow): enable Helm support for AKS in test-e2e workflow
1 parent 6393480 commit abb335f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test-e2e.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ jobs:
3838
--federated-credential-provider "github" \
3939
--tenant-id ${{ secrets.AZURE_TENANT_ID }}
4040
41+
- name: Turn on Helm support for AKS
42+
run: azd config set alpha.aks.helm on
43+
4144
- name: Provision and deploy
4245
run: azd up --no-prompt
4346
env:

0 commit comments

Comments
 (0)