From 5225be2899c71d06d094c20018733b1f475d497e Mon Sep 17 00:00:00 2001 From: fcd <1352288+femnad@users.noreply.github.com> Date: Sun, 15 Oct 2023 23:28:24 +0100 Subject: [PATCH] fix case of userAssignedIdentityID field Minor documentation fix to ensure that all references to the `userAssignedIdentityID` field are correct. --- docs/tutorials/azure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/azure.md b/docs/tutorials/azure.md index 8c568234f3..9035dbe642 100644 --- a/docs/tutorials/azure.md +++ b/docs/tutorials/azure.md @@ -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.