Skip to content

Commit 2b8bb04

Browse files
authored
Fix unused parameter
1 parent 17cdd3f commit 2b8bb04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/workload-identity-deploy-cluster.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ You can retrieve this information using the Azure CLI command: [az keyvault list
188188
189189
3. Export Key Vault URL:
190190
```azurecli-interactive
191-
export KEYVAULT_URL="$(az keyvault show -g ${RESOURCE_GROUP} -n ${KEYVAULT_NAME} --query properties.vaultUri -o tsv)"
191+
export KEYVAULT_URL="$(az keyvault show -g ${KEYVAULT_RESOURCE_GROUP} -n ${KEYVAULT_NAME} --query properties.vaultUri -o tsv)"
192192
```
193193
194194
4. Deploy a pod that references the service account and Key Vault URL above:

0 commit comments

Comments
 (0)