From c0fe970e4a69c82fcf0df233c4f5e834a6f03688 Mon Sep 17 00:00:00 2001 From: Rathina Devan E M Date: Tue, 25 Jun 2024 12:22:55 +0530 Subject: [PATCH] Update 03-verify-integration.md Changed the name of the pod whose secret was verified to the pod which was created. --- Day-20/03-verify-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Day-20/03-verify-integration.md b/Day-20/03-verify-integration.md index c5da0eb..baf6f9e 100644 --- a/Day-20/03-verify-integration.md +++ b/Day-20/03-verify-integration.md @@ -42,5 +42,5 @@ kubectl exec busybox-secrets-store-inline-wi -- ls /mnt/secrets-store/ ### Verify the contents in the file ``` -kubectl exec busybox-secrets-store-inline -- cat /mnt/secrets-store/foo-secret +kubectl exec busybox-secrets-store-inline-wi -- cat /mnt/secrets-store/foo-secret ```