Skip to content

Commit

Permalink
Merge pull request #3989 from femnad/json-case-fix
Browse files Browse the repository at this point in the history
fix case of userAssignedIdentityID field
  • Loading branch information
szuecs committed Oct 17, 2023
2 parents d7cec32 + 5225be2 commit 01beaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 01beaf1

Please sign in to comment.