Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
template: restore driver handle on update
When the template hook Update() method is called it may recreate the template manager if the Nomad or Vault token has been updated. This caused the new template manager did not have a driver handler because this was only being set on the Poststart hook, which is not called for inplace updates.
- Loading branch information