From 12d8b43792bf2e79572f0bf8b1b8451a430be688 Mon Sep 17 00:00:00 2001 From: tim-zju <21651152@zju.edu.cn> Date: Tue, 20 Dec 2016 20:04:21 +0800 Subject: symbol is wrong Signed-off-by: tim-zju <21651152@zju.edu.cn> --- contributors/design-proposals/volume-hostpath-qualifiers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributors/design-proposals/volume-hostpath-qualifiers.md b/contributors/design-proposals/volume-hostpath-qualifiers.md index cd0902ec..b1c53253 100644 --- a/contributors/design-proposals/volume-hostpath-qualifiers.md +++ b/contributors/design-proposals/volume-hostpath-qualifiers.md @@ -64,7 +64,7 @@ below. | Value | Behavior | |:------|:---------| -| *unset* | If nothing exists at the given path, an empty directory will be created there. Otherwise, behaves like `exists` | +| `unset` | If nothing exists at the given path, an empty directory will be created there. Otherwise, behaves like `exists` | | `exists` | If nothing exists at the given path, the pod will fail to run and provide an informative error message | | `file` | If a file does not exist at the given path, the pod will fail to run and provide an informative error message | | `device` | If a block or character device does not exist at the given path, the pod will fail to run and provide an informative error message | -- cgit v1.2.3