Merge pull request #2647 from sixfeetover/patch-1
Small typo fix in vault stanza
This commit is contained in:
commit
121f312ff6
|
@ -47,7 +47,7 @@ job "docs" {
|
||||||
```
|
```
|
||||||
|
|
||||||
The Nomad client will make the Vault token available to the task by writing it
|
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 an VAULT_TOKEN
|
to the secret directory at `secret/vault_token` and by injecting a VAULT_TOKEN
|
||||||
environment variable.
|
environment variable.
|
||||||
|
|
||||||
If Vault token renewal fails due to a Vault outage, the Nomad client will
|
If Vault token renewal fails due to a Vault outage, the Nomad client will
|
||||||
|
|
Loading…
Reference in New Issue