mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 08:18:44 -03:30
Fix azure-cloud-config.j2 JSON syntax (#6364)
This commit is contained in:
@@ -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 }}",
|
||||||
|
|||||||
Reference in New Issue
Block a user