Maxime Guyot
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2
|
@ -1,5 +1,5 @@ |
|
|
{ |
|
|
{ |
|
|
"cloud": "{{ azure_cloud }}" |
|
|
|
|
|
|
|
|
"cloud": "{{ azure_cloud }}", |
|
|
"tenantId": "{{ azure_tenant_id }}", |
|
|
"tenantId": "{{ azure_tenant_id }}", |
|
|
"subscriptionId": "{{ azure_subscription_id }}", |
|
|
"subscriptionId": "{{ azure_subscription_id }}", |
|
|
"aadClientId": "{{ azure_aad_client_id }}", |
|
|
"aadClientId": "{{ azure_aad_client_id }}", |
|
|