Skip to content

Commit 165412c

Browse files
committed
Addressing GH issues
1 parent 5209927 commit 165412c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

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

@@ -75,7 +75,7 @@ A container using subPath volume mount won't receive secret updates when it's ro
7575
* Verify the installation is finished using the `kubectl get pods` command to list all pods that have the `secrets-store-csi-driver` and `secrets-store-provider-azure` labels in the kube-system namespace, and ensure that your output looks similar to the following output:
7676
7777
```bash
78-
kubectl get pods -n kube-system -l 'app in (secrets-store-csi-driver, secrets-store-provider-azure)'
78+
kubectl get pods -n kube-system -l 'app in (secrets-store-csi-driver,secrets-store-provider-azure)'
7979
8080
NAME READY STATUS RESTARTS AGE
8181
aks-secrets-store-csi-driver-4vpkj 3/3 Running 2 4m25s
@@ -336,6 +336,7 @@ In this article, you learned how to use the Azure Key Vault Provider for Secrets
336336

337337
* [Using the Azure Key Vault Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/docs/getting-started/usage/)
338338
* [Upgrading the Azure Key Vault Provider](https://azure.github.io/secrets-store-csi-driver-provider-azure/docs/upgrading/)
339+
* [Using Secrets Store CSI with AKS and Azure Key Vault](https://github.com/Azure-Samples/secrets-store-csi-with-aks-akv)
339340

340341
<!-- LINKS INTERNAL -->
341342
[az-aks-create]: /cli/azure/aks#az-aks-create

0 commit comments

Comments
 (0)