mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
docs: Once -> once (#26435)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user