diff options
| author | tim-zju <21651152@zju.edu.cn> | 2016-12-20 20:04:21 +0800 |
|---|---|---|
| committer | tim-zju <21651152@zju.edu.cn> | 2016-12-20 20:04:21 +0800 |
| commit | 12d8b43792bf2e79572f0bf8b1b8451a430be688 (patch) | |
| tree | 34cc399bbf8982edb20a10ea38d7b21f320ca79f | |
| parent | 6e00f5a70d395c17a143488ed5382163dfd1d723 (diff) | |
symbol is wrong
Signed-off-by: tim-zju <21651152@zju.edu.cn>
| -rw-r--r-- | contributors/design-proposals/volume-hostpath-qualifiers.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |
