Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consul: always include task services hook
Previously, Nomad would optimize out the services task runner hook for tasks which were initially submitted with no services defined. This causes a problem when the job is later updated to include service(s) on that task, which will result in nothing happening because the hook is not present to handle the service registration in the .Update. Instead, always enable the services hook. The group services alloc runner hook is already always enabled. Fixes #9707
- Loading branch information