Merge pull request #8248 from pmorie/secrets-doc

Fix secrets example pod
pull/6/head
Victor Marmol 2015-05-14 18:25:57 -07:00
commit 8d6dee9980
1 changed files with 4 additions and 2 deletions

View File

@ -32,9 +32,11 @@ The values are arbitrary data, encoded using base64.
This is an example of a pod that uses a secret, in json format:
```json
{
"apiVersion": "v1beta3",
"name": "mypod",
"kind": "Pod",
"apiVersion": "v1beta3",
"metadata": {
"name": "mypod"
},
"spec": {
"manifest": {
"containers": [{