Skip to content

Commit 755b2f9

Browse files
authored
Update workload-identity.md
1 parent 0fe7e7b commit 755b2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AKS-Hybrid/workload-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ $customlocation_ID = $(az customlocation show --name "<your-custom-location-name
6060
# Azure Resource Manager ID of the logical network on Azure Stack HCI
6161
$logicnet_Id = $(az stack-hci-vm network lnet show --name "<your-lnet-name>" --resource-group $resource_group_name --query "id" -o tsv)
6262
63-
# Include these variables to access key vault secrets from a pod in the cluster
63+
# To access key vault secrets from a pod in the cluster, include these variables
6464
$KVName = "KV-workload-id"
6565
$KVSecretName= "KV-secret"
6666
```

0 commit comments

Comments
 (0)