mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
When multiple templates with api functions are included in a task, it's possible for consul-template to re-render templates as it creates watchers, overwriting render event data. This change uses event fields that do not get overwritten, and only executes the change mode for templates that were actually written to disk. --------- Co-authored-by: Tim Gross <tgross@hashicorp.com>
4 lines
82 B
Plaintext
4 lines
82 B
Plaintext
```release-note:bug
|
|
fix: handles consul template re-renders on client restart
|
|
```
|