add vault example for JSON api

This commit is contained in:
Justin Walz 2016-12-14 16:49:38 -08:00
parent abf2ec76cc
commit 7e7c201d22
1 changed files with 6 additions and 0 deletions

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":{ "Resources":{
"CPU":500, "CPU":500,
"MemoryMB":256, "MemoryMB":256,