From 52fb91d46087586c1bfab7d4e59ed57d12265846 Mon Sep 17 00:00:00 2001 From: Marlon Ruiz <43421777+ruizmarlon@users.noreply.github.com> Date: Mon, 27 Jul 2020 00:22:54 -0400 Subject: [PATCH] Update multi-container-pod.md change main.txt -> index.html [match target file /var/log/index.html] --- multi-container-pod.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-container-pod.md b/multi-container-pod.md index d09e50c..60629cd 100644 --- a/multi-container-pod.md +++ b/multi-container-pod.md @@ -148,7 +148,7 @@ kubectl get po multi-cont-pod -
Exec into both containers and verify that main.txt exist and query the main.txt from sidecar container with curl localhost +
Exec into both containers and verify that index.html exist and query the index.html from sidecar container with curl localhost

```