@@ -125,8 +125,8 @@ helm install capz1 charts/azure-managed-cluster/ --values aks1.yaml \
125
125
--namespace default \
126
126
--set controlplane.sshPublicKey=" $( cat ~ /.ssh/id_rsa.pub) " \
127
127
--set subscriptionID=" ${AZURE_SUBSCRIPTION_ID} " \
128
- --set identity.clientId =" ${AZURE_CLIENT_ID} " \
129
- --set identity.tenantId =" ${AZURE_TENANT_ID} " \
128
+ --set identity.clientID =" ${AZURE_CLIENT_ID} " \
129
+ --set identity.tenantID =" ${AZURE_TENANT_ID} " \
130
130
--set identity.clientSecret=" ${AZURE_CLIENT_SECRET} " \
131
131
--set identity.type=ServicePrincipal
132
132
```
@@ -141,8 +141,8 @@ NB: Ensure the AZURE_USER_ASSIGNED_IDENTITY_RESOURCE_ID is set by getting the re
141
141
helm install capz1 charts/azure-managed-cluster/ \
142
142
--namespace default \
143
143
--set subscriptionID=" ${AZURE_SUBSCRIPTION_ID} " \
144
- --set identity.clientId =" ${AZURE_CLIENT_ID} " \
145
- --set identity.tenantId =" ${AZURE_TENANT_ID} " \
144
+ --set identity.clientID =" ${AZURE_CLIENT_ID} " \
145
+ --set identity.tenantID =" ${AZURE_TENANT_ID} " \
146
146
--set identity.type=UserAssignedMSI \
147
147
--set identity.resourceID=" ${AZURE_USER_ASSIGNED_IDENTITY_RESOURCE_ID} "
148
148
@@ -176,8 +176,8 @@ kubectl create namespace default2
176
176
helm install capz2 charts/azure-managed-cluster/ \
177
177
--namespace default2 \
178
178
--set subscriptionID=" ${AZURE_SUBSCRIPTION_ID} " \
179
- --set identity.clientId =" ${AZURE_CLIENT_ID} " \
180
- --set identity.tenantId =" ${AZURE_TENANT_ID} " \] =
179
+ --set identity.clientID =" ${AZURE_CLIENT_ID} " \
180
+ --set identity.tenantID =" ${AZURE_TENANT_ID} " \] =
181
181
--set cluster.resourceGroupName=aksclusters \
182
182
--set cluster.nodeResourceGroupName=capz2 \
183
183
--set cluster.name=aks2 \
@@ -201,8 +201,8 @@ helm install capz2 charts/azure-managed-cluster/ --values aks2.yaml \
201
201
--namespace default2 \
202
202
--set controlplane.sshPublicKey=" $( cat ~ /.ssh/id_rsa.pub) " \
203
203
--set subscriptionID=" ${AZURE_SUBSCRIPTION_ID} " \
204
- --set identity.clientId =" ${AZURE_CLIENT_ID} " \
205
- --set identity.tenantId= " ${AZURE_TENANT_ID} "
204
+ --set identity.clientID =" ${AZURE_CLIENT_ID} " \
205
+ --set identity.tenantID " ${AZURE_TENANT_ID} "
206
206
```
207
207
208
208
Clean up:
0 commit comments