diff --git a/docs/user-guide/walkthrough/README.md b/docs/user-guide/walkthrough/README.md index 3894a8679a1..ac9ef12f675 100644 --- a/docs/user-guide/walkthrough/README.md +++ b/docs/user-guide/walkthrough/README.md @@ -169,8 +169,8 @@ spec: Notes: -- The volume mount name is a reference to a specific empty dir volume. -- The volume mount path is the path to mount the empty dir volume within the container. +- The `volumeMounts` `name` is a reference to a specific `volumes` `name`. +- The `volumeMounts` `mountPath` is the path to mount the volume within the container. ##### Volume Types