Commit 07f31d31 authored by Sami Wagiaalla's avatar Sami Wagiaalla

Fix nginx path in nfs pod example.

nginx document root has changed. This updates the document root in the nfs example. Signed-off-by: 's avatarSami Wagiaalla <swagiaal@redhat.com>
parent f048d0df
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment