diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-03-31 11:51:03 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-31 11:51:03 -0700 |
| commit | 1da55a4e58c45d254a55fd6d41bfe90899c15146 (patch) | |
| tree | eaa501cb47ab0af7711f92ab951cc145c8ca2af9 | |
| parent | 88553fdf661a3645e419bd3fb654dbe1d8480333 (diff) | |
| parent | fe644b84f3c39f9bd8cbee4fa861bbd18c39da80 (diff) | |
Merge pull request #1966 from yanxuean/flex-link
correct the link to nginx.yaml for flexvolume
| -rw-r--r-- | contributors/devel/flexvolume.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md index 52d42ccf..627e88b1 100644 --- a/contributors/devel/flexvolume.md +++ b/contributors/devel/flexvolume.md @@ -129,10 +129,10 @@ Note: Secrets are passed only to "mount/unmount" call-outs. ### Example of Flexvolume -See [nginx.yaml] & [nginx-nfs.yaml] for a quick example on how to use Flexvolume in a pod. +See [nginx-lvm.yaml] & [nginx-nfs.yaml] for a quick example on how to use Flexvolume in a pod. [lvm]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/lvm [nfs]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/nfs -[nginx.yaml]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/nginx.yaml +[nginx-lvm.yaml]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/nginx-lvm.yaml [nginx-nfs.yaml]: https://git.k8s.io/kubernetes/examples/volumes/flexvolume/nginx-nfs.yaml |
