Merge pull request #9334 from swagiaal/fix-nfs-nginx-path

Fix nginx path in nfs pod example.
This commit is contained in:
Quinton Hoole 2015-06-05 15:24:56 -07:00
commit 0f1c4c25c3

View File

@ -17,7 +17,7 @@ spec:
volumeMounts:
# name must match the volume name below
- name: nfs
mountPath: "/var/www/html"
mountPath: "/usr/share/nginx/html"
volumes:
- name: nfs
nfs: