Specify restart policy is not the same as restart behavior
This commit is contained in:
parent
15493c300f
commit
c13a9de213
|
@ -61,7 +61,7 @@ API template functions, please see the [Consul Template README][ct].
|
|||
if the Vault token changes. The possible values are:
|
||||
|
||||
- `"noop"` - take no action (continue running the task)
|
||||
- `"restart"` - restart the task as per the task's [restart policy][restart]
|
||||
- `"restart"` - restart the task
|
||||
- `"signal"` - send a configurable signal to the task
|
||||
|
||||
- `change_signal` `(string: "")` - Specifies the signal to send to the task as a
|
||||
|
|
|
@ -47,7 +47,7 @@ with Vault as well.
|
|||
if the Vault token changes. The possible values are:
|
||||
|
||||
- `"noop"` - take no action (continue running the task)
|
||||
- `"restart"` - restart the task as per the task's [restart policy][restart]
|
||||
- `"restart"` - restart the task
|
||||
- `"signal"` - send a configurable signal to the task
|
||||
|
||||
- `change_signal` `(string: "")` - Specifies the signal to send to the task as a
|
||||
|
|
Loading…
Reference in New Issue