We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6393480 commit abb335fCopy full SHA for abb335f
1 file changed
.github/workflows/test-e2e.yaml
@@ -38,6 +38,9 @@ jobs:
38
--federated-credential-provider "github" \
39
--tenant-id ${{ secrets.AZURE_TENANT_ID }}
40
41
+ - name: Turn on Helm support for AKS
42
+ run: azd config set alpha.aks.helm on
43
+
44
- name: Provision and deploy
45
run: azd up --no-prompt
46
env:
0 commit comments