From edcee2d3bb0806ba8f85fa4f9ebce84e0edfec1e Mon Sep 17 00:00:00 2001 From: Chris Baker Date: Thu, 31 Jan 2019 16:00:54 +0000 Subject: [PATCH] fixed typo in vault integration documentation --- website/source/docs/job-specification/vault.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/job-specification/vault.html.md b/website/source/docs/job-specification/vault.html.md index c4543763e..f99f1c7fa 100644 --- a/website/source/docs/job-specification/vault.html.md +++ b/website/source/docs/job-specification/vault.html.md @@ -47,7 +47,7 @@ job "docs" { ``` The Nomad client will make the Vault token available to the task by writing it -to the secret directory at `secret/vault_token` and by injecting a VAULT_TOKEN +to the secret directory at `secrets/vault_token` and by injecting a VAULT_TOKEN environment variable. If Nomad is unable to renew the Vault token (perhaps due to a Vault outage or