From f5c0c4e7cce7518ecea85697e389d0c9670e041d Mon Sep 17 00:00:00 2001 From: Alex Dadgar Date: Mon, 13 Nov 2017 09:59:20 -0800 Subject: [PATCH] fix vault grace docs --- website/source/docs/job-specification/template.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/template.html.md b/website/source/docs/job-specification/template.html.md index 1ea307541..0c7ef6021 100644 --- a/website/source/docs/job-specification/template.html.md +++ b/website/source/docs/job-specification/template.html.md @@ -102,7 +102,7 @@ README][ct]. Since Nomad v0.6.0, templates can be read as environment variables. If the grace is set to a value that is higher than your default TTL or max TTL, the template will always read a new secret. **If secrets are being - renewed constantly, increase the `vault_grace`.** + renewed constantly, decrease the `vault_grace`.** If the task defines several templates, the `vault_grace` will be set to the lowest value across all the templates.