From 0f630004b9b302933b4d5b4f16a422701a3cd4f6 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Tue, 5 Aug 2025 11:10:25 -0700 Subject: [PATCH] docs: Once -> once (#26435) --- website/content/docs/job-specification/template.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/job-specification/template.mdx b/website/content/docs/job-specification/template.mdx index 3759dbfb8..43609c96c 100644 --- a/website/content/docs/job-specification/template.mdx +++ b/website/content/docs/job-specification/template.mdx @@ -118,7 +118,7 @@ refer to the [Learn Go Template Syntax][gt_learn] guide. inside the container may have different IDs than on the host system. This feature will also **not** work with Docker Desktop. -- `Once` `(bool: false)` - Specifies that the client will wait for the template +- `once` `(bool: false)` - Specifies that the client will wait for the template to be rendered, and then no longer watch the dependencies specified in the template. This is useful for templates that do not need to be updated. Once mode implicitly disables wait/quiescence timers for this template, and ignores change