diff options
| author | Alex Robinson <arob@google.com> | 2015-07-19 05:58:13 +0000 |
|---|---|---|
| committer | Alex Robinson <arob@google.com> | 2015-07-19 09:05:17 +0000 |
| commit | 4bef20df2177f38a04f0cab82d8d1ca5abe8be5c (patch) | |
| tree | 698aa33698e6ca0762c43c7350675b8f2caeeccd /secrets.md | |
| parent | fabd20afce30e947425346fa2938ad0edfa8b867 (diff) | |
Replace ``` with ` when emphasizing something inline in docs/
Diffstat (limited to 'secrets.md')
| -rw-r--r-- | secrets.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
