Skip to content

Commit 51aedbb

Browse files
Merge pull request #226985 from miwithro/patch-204
Update csi-secrets-store-driver.md
2 parents 7443dda + f01c47e commit 51aedbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/aks/csi-secrets-store-driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: nickomang
55
ms.author: nickoman
66
ms.service: azure-kubernetes-service
77
ms.topic: how-to
8-
ms.date: 01/26/2023
8+
ms.date: 02/10/2023
99
ms.custom: template-how-to, devx-track-azurecli
1010
---
1111

@@ -45,7 +45,7 @@ A container using subPath volume mount won't receive secret updates when it's ro
4545
2. Create an AKS cluster with Azure Key Vault Provider for Secrets Store CSI Driver capability using the [`az aks create`][az-aks-create] command with the `azure-keyvault-secrets-provider` add-on.
4646
4747
```azurecli-interactive
48-
az aks create -n myAKSCluster -g myResourceGroup --enable-addons azure-keyvault-secrets-provider --enable-managed-identity
48+
az aks create -n myAKSCluster -g myResourceGroup --enable-addons azure-keyvault-secrets-provider
4949
```
5050
5151
3. A user-assigned managed identity, named `azureKeyvaultSecretsProvider`, is created by the add-on to access Azure resources. The following example uses this identity to connect to the Azure key vault where the secrets will be stored, but you can also use other [identity access methods][identity-access-methods]. Take note of the identity's `clientId` in the output.

0 commit comments

Comments
 (0)