Skip to content

Commit

Permalink
fix: use all lowercase for authMode (#33)
Browse files Browse the repository at this point in the history
* fix: use all lowercase for authMode

* chore: bump chart patch version
  • Loading branch information
rbjorklin authored Nov 15, 2024
1 parent 5b9062f commit 9724191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/azure-aks-aso/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: azure-aks-aso
description: A chart describing an AKS cluster for CAPZ using the ASO API
type: application
version: 0.4.0
version: 0.4.1
appVersion: 0.1.0
maintainers:
- name: mboersma
Expand Down
2 changes: 1 addition & 1 deletion charts/azure-aks-aso/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
authMode: "workloadIdentity"
authMode: "workloadidentity"

# clusterName defaults to the name of the Helm release
clusterName: ""
Expand Down

0 comments on commit 9724191

Please sign in to comment.