Merge pull request #2109 from justinwalz/json_docs_vault

add vault example for JSON api
This commit is contained in:
Diptanu Choudhury
2016-12-14 19:02:04 -08:00
committed by GitHub

View File

@@ -82,6 +82,12 @@ Below is an example of a JSON object that submits a `periodic` job to Nomad:
]
}
],
"Vault": {
"Policies": ["policy-name"],
"Env": true,
"ChangeMode": "restart",
"ChangeSignal": ""
},
"Resources":{
"CPU":500,
"MemoryMB":256,