Skip to content

Commit 7ec587d

Browse files
authored
correct env varible name
1 parent 0e31bc4 commit 7ec587d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/csi-secrets-store-identity-access.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Azure AD workload identity (preview) is supported on both Windows and Linux clus
105105
usePodIdentity: "false"
106106
useVMManagedIdentity: "false"
107107
clientID: "${USER_ASSIGNED_CLIENT_ID}" # Setting this to use workload identity
108-
keyvaultName: ${$KEYVAULT_NAME} # Set to the name of your key vault
108+
keyvaultName: ${KEYVAULT_NAME} # Set to the name of your key vault
109109
cloudName: "" # [OPTIONAL for Azure] if not provided, the Azure environment defaults to AzurePublicCloud
110110
objects: |
111111
array:

0 commit comments

Comments
 (0)