Skip to content

Commit 66d6e20

Browse files
authored
Merge pull request #121871 from JoeyC-Dev/patch-5
Fix wrong name in csi-secrets-store-identity-access.md
2 parents ea184fe + cc4680d commit 66d6e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,13 @@ After the pod starts, the mounted content at the volume path specified in your d
288288
1. Show secrets held in the secrets store using the following command.
289289
290290
```bash
291-
kubectl exec busybox-secrets-store-inline -- ls /mnt/secrets-store/
291+
kubectl exec busybox-secrets-store-inline-user-msi -- ls /mnt/secrets-store/
292292
```
293293
294294
2. Display a secret in the store using the following command. This example command shows the test secret `ExampleSecret`.
295295
296296
```bash
297-
kubectl exec busybox-secrets-store-inline -- cat /mnt/secrets-store/ExampleSecret
297+
kubectl exec busybox-secrets-store-inline-user-msi -- cat /mnt/secrets-store/ExampleSecret
298298
```
299299
300300
## Obtain certificates and keys

0 commit comments

Comments
 (0)