Skip to content

Commit 9724191

Browse files
authored
fix: use all lowercase for authMode (#33)
* fix: use all lowercase for authMode * chore: bump chart patch version
1 parent 5b9062f commit 9724191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/azure-aks-aso/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: azure-aks-aso
33
description: A chart describing an AKS cluster for CAPZ using the ASO API
44
type: application
5-
version: 0.4.0
5+
version: 0.4.1
66
appVersion: 0.1.0
77
maintainers:
88
- name: mboersma

charts/azure-aks-aso/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ clientID: ""
66
# Leave clientSecret blank if using WorkloadIdentity
77
clientSecret: ""
88
# Set to podIdentity for managed identity or service principal even if NOT using pod identity
9-
authMode: "workloadIdentity"
9+
authMode: "workloadidentity"
1010

1111
# clusterName defaults to the name of the Helm release
1212
clusterName: ""

0 commit comments

Comments
 (0)