mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
This feature is necessary when user want to explicitly re-render all templates on task restart. E.g. to fetch all new secrets from Vault, even if the lease on the existing secrets has not been expired.
3 lines
217 B
Plaintext
3 lines
217 B
Plaintext
```release-note:improvement
|
|
jobspec: Add new parameter `render_templates` for `restart` block to allow explicit re-render of templates on task restart. The default value is `false` and is fully backward compatible
|
|
``` |