Skip to content

Commit 519fd43

Browse files
authored
doc: Fix typo in workload identity documentation
1 parent cf175d3 commit 519fd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/workload-identity-static-pv-mount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export CONTAINER=<your storage container name> # optional
2727
```
2828

2929
### 3. Create or bring your own managed identity and grant role to the managed identity
30-
> you could leverage the bult-in user assigned managed identity bound to the AKS agent node pool(with name [`AKS Cluster Name-agentpool`](https://docs.microsoft.com/en-us/azure/aks/use-managed-identity#summary-of-managed-identities)) in node resource group
30+
> you could leverage the built-in user assigned managed identity bound to the AKS agent node pool(with name [`AKS Cluster Name-agentpool`](https://docs.microsoft.com/en-us/azure/aks/use-managed-identity#summary-of-managed-identities)) in node resource group
3131
```console
3232
export UAMI=<your managed identity name>
3333
az identity create --name $UAMI --resource-group $RESOURCE_GROUP

0 commit comments

Comments
 (0)