mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
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:
parent
d8f408b8a5
commit
bed99a9b96
@ -404,6 +404,7 @@ secretConfiguration:
|
||||
data:
|
||||
azure.json: |
|
||||
{
|
||||
"tenantId": "01234abc-de56-ff78-abc1-234567890def",
|
||||
"subscriptionId": "<SUBSCRIPTION_ID>",
|
||||
"resourceGroup": "<AZURE_DNS_ZONE_RESOURCE_GROUP>",
|
||||
"useWorkloadIdentityExtension": true
|
||||
|
Loading…
Reference in New Issue
Block a user