From ef03db613d1a207a7c88ffa69c02c1118039bec2 Mon Sep 17 00:00:00 2001 From: Chris Baker <1675087+cgbaker@users.noreply.github.com> Date: Fri, 18 Dec 2020 14:30:44 -0600 Subject: [PATCH] Update website/pages/docs/job-specification/lifecycle.mdx Co-authored-by: Tim Gross --- website/pages/docs/job-specification/lifecycle.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/docs/job-specification/lifecycle.mdx b/website/pages/docs/job-specification/lifecycle.mdx index ada822533..e2e396ec2 100644 --- a/website/pages/docs/job-specification/lifecycle.mdx +++ b/website/pages/docs/job-specification/lifecycle.mdx @@ -33,7 +33,7 @@ Learn more about Nomad's task dependencies on the [HashiCorp Learn website][lear - `hook` `(string: )` - Specifies when a task should be run within the lifecycle of a group. The following hooks are available: - `prestart` - Will be started immediately. The main tasks will not start until - all `prestart` tasks with `sidecar == true` have completed successfully. + all `prestart` tasks with `sidecar = true` have completed successfully. - `poststart` - Will be started once all main tasks are running. - `poststop` - Will be started once all main tasks have stopped successfully or exhausted their retries.