From 017b42e499a647153be8c85a6e79b7eb5d63f3d5 Mon Sep 17 00:00:00 2001 From: hc-github-team-nomad-core <82989552+hc-github-team-nomad-core@users.noreply.github.com> Date: Tue, 11 Jul 2023 12:53:51 -0500 Subject: [PATCH] backport of commit 3d5bce76d00dff29c42c37bb20e38e4bf1d2187d (#17904) This pull request was automerged via backport-assistant --- website/content/docs/job-specification/update.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/job-specification/update.mdx b/website/content/docs/job-specification/update.mdx index ee0d87ee4907..3e1243a16501 100644 --- a/website/content/docs/job-specification/update.mdx +++ b/website/content/docs/job-specification/update.mdx @@ -109,8 +109,8 @@ a future release. - `stagger` `(string: "30s")` - Specifies the delay between each set of [`max_parallel`](#max_parallel) updates when updating system jobs. This - setting no longer applies to service jobs which use - [deployments.][strategies] + setting doesn't apply to service jobs which use + [deployments][strategies] instead, with the equivalent parameter being [`min_healthy_time`](#min_healthy_time). ## `update` Examples