diff --git a/docs/secrets.md b/docs/secrets.md index 576f95ef6c4..78d1f9e2e8e 100644 --- a/docs/secrets.md +++ b/docs/secrets.md @@ -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": [{