add explicit titles to docs

This commit is contained in:
Ben Balter
2016-12-15 15:16:54 -05:00
parent 2a0c64f9bd
commit bfa604351f
291 changed files with 409 additions and 212 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
---
assignees:
- mikedanese
title: Secrets
---
Objects of type `secret` are intended to hold sensitive information, such as
+2 -2
View File
@@ -1,6 +1,6 @@
---
assignees:
assignees:
title: Secrets Walkthrough
---
Following this example, you will create a secret and a [pod](/docs/user-guide/pods/) that consumes that secret in a [volume](/docs/user-guide/volumes/). See [Secrets design document](https://github.com/kubernetes/kubernetes/blob/{{page.githubbranch}}/docs/design/secrets.md) for more information.