From 67880794822118e5e3a7966128a5bd66a99fffc0 Mon Sep 17 00:00:00 2001 From: jijun2 Date: Sat, 26 Sep 2015 05:09:51 -0400 Subject: [PATCH] Describe more clearly --- docs/user-guide/walkthrough/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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