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 5b9062f commit 9724191Copy full SHA for 9724191
charts/azure-aks-aso/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: azure-aks-aso
3
description: A chart describing an AKS cluster for CAPZ using the ASO API
4
type: application
5
-version: 0.4.0
+version: 0.4.1
6
appVersion: 0.1.0
7
maintainers:
8
- name: mboersma
charts/azure-aks-aso/values.yaml
@@ -6,7 +6,7 @@ clientID: ""
# Leave clientSecret blank if using WorkloadIdentity
clientSecret: ""
# Set to podIdentity for managed identity or service principal even if NOT using pod identity
9
-authMode: "workloadIdentity"
+authMode: "workloadidentity"
10
11
# clusterName defaults to the name of the Helm release
12
clusterName: ""
0 commit comments