Commit 0f1c4c25 authored by Quinton Hoole's avatar Quinton Hoole

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

Fix nginx path in nfs pod example.
parents 6ff203e9 07f31d31
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
volumeMounts: volumeMounts:
# name must match the volume name below # name must match the volume name below
- name: nfs - name: nfs
mountPath: "/var/www/html" mountPath: "/usr/share/nginx/html"
volumes: volumes:
- name: nfs - name: nfs
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