mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
fix case of userAssignedIdentityID field
Minor documentation fix to ensure that all references to the `userAssignedIdentityID` field are correct.
This commit is contained in:
parent
d7cec324d9
commit
5225be2899
@ -447,7 +447,7 @@ $ kubectl patch deployment external-dns --namespace "default" --patch \
|
||||
'{"spec": {"template": {"metadata": {"labels": {\"azure.workload.identity/use\": \"true\"}}}}}'
|
||||
```
|
||||
|
||||
NOTE: it's also possible to specify (or override) ClientID through `UserAssignedIdentityID` field in `azure.json`.
|
||||
NOTE: it's also possible to specify (or override) ClientID through `userAssignedIdentityID` field in `azure.json`.
|
||||
|
||||
NOTE: make sure the pod is restarted whenever you make a configuration change.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user