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

```