mboersma / cluster-api-charts

Helm charts to provision workload clusters for Cluster API Providers
Apache License 2.0
2 stars 6 forks source link

fix: use all lowercase for authMode #33

Closed rbjorklin closed 1 week ago

rbjorklin commented 1 week ago

I'm seeing encountered: authorization mode "workloadIdentity" not valid from here.

The constant in ASO is workloadidentity all in lowercase.

mboersma commented 1 week ago

@rbjorklin could you also update the chart version in charts/azure-aks-aso/Chart.yaml to 0.4.1?

rbjorklin commented 1 week ago

@rbjorklin could you also update the chart version in charts/azure-aks-aso/Chart.yaml to 0.4.1?

Done!