summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2016-12-20 10:13:31 -0800
committerGitHub <noreply@github.com>2016-12-20 10:13:31 -0800
commiteb475e1b283c3dddba4131465b3949d4cb2d69a5 (patch)
treed5175c4570ff7b769020484662dec4c46ee26b0b
parent67abb277cc0ef395842d1421db9e003da853175d (diff)
parent12d8b43792bf2e79572f0bf8b1b8451a430be688 (diff)
Merge pull request #202 from tim-zju/docsError
symbol is wrong
-rw-r--r--contributors/design-proposals/volume-hostpath-qualifiers.md2
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 |