diff --git a/roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2 b/roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2 index ffb7926122931876168bf4529bd5ba1636e29b15..c3964da17587a1483718b69a5bc354f6e4a85f1f 100644 --- a/roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2 +++ b/roles/kubernetes/node/templates/cloud-configs/azure-cloud-config.j2 @@ -1,5 +1,5 @@ { - "cloud": "{{ azure_cloud }}" + "cloud": "{{ azure_cloud }}", "tenantId": "{{ azure_tenant_id }}", "subscriptionId": "{{ azure_subscription_id }}", "aadClientId": "{{ azure_aad_client_id }}",