Update azure.md

azure.json file for Workload Identity should also contain the tenantId, otherwise it failes to pass the credentials to the external-dns pod
This commit is contained in:
sesoldi 2023-10-31 13:01:54 +01:00 committed by GitHub
parent d8f408b8a5
commit bed99a9b96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -404,6 +404,7 @@ secretConfiguration:
data: data:
azure.json: | azure.json: |
{ {
"tenantId": "01234abc-de56-ff78-abc1-234567890def",
"subscriptionId": "<SUBSCRIPTION_ID>", "subscriptionId": "<SUBSCRIPTION_ID>",
"resourceGroup": "<AZURE_DNS_ZONE_RESOURCE_GROUP>", "resourceGroup": "<AZURE_DNS_ZONE_RESOURCE_GROUP>",
"useWorkloadIdentityExtension": true "useWorkloadIdentityExtension": true