From 63d8ce3a5870a82896da3b6ac8d494b6c421ffab Mon Sep 17 00:00:00 2001 From: Sami Wagiaalla Date: Fri, 12 Jun 2015 13:58:44 -0400 Subject: [PATCH] nfs example: Fix document root in comment Signed-off-by: Sami Wagiaalla --- examples/nfs/nfs-web-pod.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/nfs/nfs-web-pod.yaml b/examples/nfs/nfs-web-pod.yaml index 94fd76a2c69..12d15d96e4e 100644 --- a/examples/nfs/nfs-web-pod.yaml +++ b/examples/nfs/nfs-web-pod.yaml @@ -1,5 +1,5 @@ # -# This pod imports nfs-server.default.kube.local:/ into /var/www/html +# This pod imports nfs-server.default.kube.local:/ into /usr/share/nginx/html # apiVersion: v1