Merge pull request #11905 from thockin/docs-cleanup

Auto commit by PR queue bot
This commit is contained in:
Brendan Burns 2015-07-27 16:48:00 -07:00
commit 8866cf0580

View File

@ -61,7 +61,7 @@ Familiarity with [pods](pods.md) is suggested.
- [glusterfs](#glusterfs)
- [rbd](#rbd)
- [gitRepo](#gitrepo)
- [Secrets](#secrets)
- [secret](#secret)
- [persistentVolumeClaim](#persistentvolumeclaim)
- [Resources](#resources)
@ -358,7 +358,7 @@ mounts an empty directory and clones a git repository into it for your pod to
use. In the future, such volumes may be moved to an even more decoupled model,
rather than extending the Kubernetes API for every such use case.
### Secrets
### secret
A `secret` volume is used to pass sensitive information, such as passwords, to
pods. You can store secrets in the Kubernetes API and mount them as files for