diff options
| author | Guang Ya Liu <gyliu513@gmail.com> | 2017-04-21 10:25:50 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-21 10:25:50 +0800 |
| commit | 97f976240904b405ba1f74f47dfbbaa402acf13c (patch) | |
| tree | b94ce7604be6d5e8935bf9a9ba00a69dec5298bf | |
| parent | 5852be47caf32944358e3f0732b2b5a90b9adafa (diff) | |
| parent | 9acf7fc5b6a3f029c67dba7d36f984de2ae4733e (diff) | |
Merge pull request #553 from ivan4th/fix-flexvolume-doc
Fix yaml links in flexvolume document
| -rw-r--r-- | contributors/devel/flexvolume.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/flexvolume.md b/contributors/devel/flexvolume.md index 65fac617..757dcb64 100644 --- a/contributors/devel/flexvolume.md +++ b/contributors/devel/flexvolume.md @@ -121,7 +121,7 @@ Note: Secrets are passed only to "mount/unmount" call-outs. ### Example of Flexvolume -See [nginx.yaml](nginx.yaml) & [nginx-nfs.yaml](nginx-nfs.yaml) for a quick example on how to use Flexvolume in a pod. +See [nginx.yaml](https://github.com/kubernetes/kubernetes/blob/master/examples/volumes/flexvolume/nginx.yaml) & [nginx-nfs.yaml](https://github.com/kubernetes/kubernetes/blob/master/examples/volumes/flexvolume/nginx-nfs.yaml) for a quick example on how to use Flexvolume in a pod. <!-- BEGIN MUNGE: GENERATED_ANALYTICS --> []() |
