fix case of userAssignedIdentityID field

Minor documentation fix to ensure that all references to the
`userAssignedIdentityID` field are correct.
This commit is contained in:
fcd 2023-10-15 23:28:24 +01:00
parent d7cec324d9
commit 5225be2899
No known key found for this signature in database
GPG Key ID: 2265FCAFED9DA00D

View File

@ -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.