Fix long lines
This commit is contained in:
parent
291c247183
commit
15493c300f
|
@ -43,7 +43,8 @@ with Vault as well.
|
||||||
|
|
||||||
## `vault` Parameters
|
## `vault` Parameters
|
||||||
|
|
||||||
- `change_mode` `(string: "restart")` - Specifies the behavior Nomad should take if the Vault token changes. The possible values are:
|
- `change_mode` `(string: "restart")` - Specifies the behavior Nomad should take
|
||||||
|
if the Vault token changes. The possible values are:
|
||||||
|
|
||||||
- `"noop"` - take no action (continue running the task)
|
- `"noop"` - take no action (continue running the task)
|
||||||
- `"restart"` - restart the task as per the task's [restart policy][restart]
|
- `"restart"` - restart the task as per the task's [restart policy][restart]
|
||||||
|
|
Loading…
Reference in New Issue