Skip to content

Commit d375834

Browse files
committed
Small editorial change
1 parent 165412c commit d375834

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
@@ -72,7 +72,7 @@ A container using subPath volume mount won't receive secret updates when it's ro
7272
7373
## Verify the Azure Key Vault Provider for Secrets Store CSI Driver installation
7474
75-
* 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:
75+
1. 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
7878
kubectl get pods -n kube-system -l 'app in (secrets-store-csi-driver,secrets-store-provider-azure)'
@@ -86,7 +86,7 @@ A container using subPath volume mount won't receive secret updates when it's ro
8686
aks-secrets-store-provider-azure-f5qlm 1/1 Running 0 4m25s
8787
```
8888
89-
* Verify that each node in your cluster's node pool has a Secrets Store CSI Driver pod and a Secrets Store Provider Azure pod running.
89+
2. Verify that each node in your cluster's node pool has a Secrets Store CSI Driver pod and a Secrets Store Provider Azure pod running.
9090
9191
## Create or use an existing Azure key vault
9292

0 commit comments

Comments
 (0)