summaryrefslogtreecommitdiff
path: root/secrets.md
diff options
context:
space:
mode:
authorAlex Robinson <arob@google.com>2015-07-19 05:58:13 +0000
committerAlex Robinson <arob@google.com>2015-07-19 09:05:17 +0000
commit4bef20df2177f38a04f0cab82d8d1ca5abe8be5c (patch)
tree698aa33698e6ca0762c43c7350675b8f2caeeccd /secrets.md
parentfabd20afce30e947425346fa2938ad0edfa8b867 (diff)
Replace ``` with ` when emphasizing something inline in docs/
Diffstat (limited to 'secrets.md')
-rw-r--r--secrets.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/secrets.md b/secrets.md
index 8aab1088..876a9390 100644
--- a/secrets.md
+++ b/secrets.md
@@ -297,7 +297,7 @@ storing it. Secrets contain multiple pieces of data that are presented as differ
the secret volume (example: SSH key pair).
In order to remove the burden from the end user in specifying every file that a secret consists of,
-it should be possible to mount all files provided by a secret with a single ```VolumeMount``` entry
+it should be possible to mount all files provided by a secret with a single `VolumeMount` entry
in the container specification.
### Secret API Resource
@@ -349,7 +349,7 @@ finer points of secrets and resource allocation are fleshed out.
### Secret Volume Source
-A new `SecretSource` type of volume source will be added to the ```VolumeSource``` struct in the
+A new `SecretSource` type of volume source will be added to the `VolumeSource` struct in the
API:
```go