mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
Merge pull request #9334 from swagiaal/fix-nfs-nginx-path
Fix nginx path in nfs pod example.
This commit is contained in:
commit
0f1c4c25c3
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user