Skip to content

Commit

Permalink
add aso controller settings without clientId
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Oct 5, 2023
1 parent 888037b commit 3f22e89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions bootstrap/helm/cluster-api-provider-azure/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ cluster-api-provider-azure:
image:
repository: ghcr.io/kubernetes-sigs/cluster-api-azure-controller
tag: v1.11.2
asoControllerSettings:
azureClientId: ""
azureSubscriptionId: ""
azureTenantId: ""
azureClientSecret: ""

job:
enabled: true
Expand Down
5 changes: 4 additions & 1 deletion bootstrap/helm/cluster-api-provider-azure/values.yaml.tpl
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
{}
cluster-api-provider-azure:
asoControllerSettings:
azureSubscriptionId: {{ .Context.SubscriptionId }}
azureTenantId: {{ .Context.TenantId }}

0 comments on commit 3f22e89

Please sign in to comment.