Skip to content

Commit

Permalink
fix(doc): remove non-existant 'targets' field in Autopilot airgapupda…
Browse files Browse the repository at this point in the history
…te description

Signed-off-by: SebPlv <[email protected]>
(cherry picked from commit c334f22)
  • Loading branch information
SebPlv authored and github-actions[bot] committed Sep 18, 2024
1 parent c59941a commit eb37297
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/autopilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,11 @@ this has not been tested.

* If a SHA256 hash is provided for the binary, the completed downloaded will be verified against it.

#### `spec.commands[].airgapupdate.targets.workers <object> (optional)`
#### `spec.commands[].airgapupdate.workers <object> (optional)`

* This object provides the details of how `workers` should be updated.

#### `spec.commands[].airgapupdate.targets.workers.limits.concurrent <int> (optional, default = 1)`
#### `spec.commands[].airgapupdate.workers.limits.concurrent <int> (optional, default = 1)`

* Specifying a `concurrent` value for worker targets will allow for that number of workers
to be updated at a time. If no value is provided, `1` is assumed.
Expand Down

0 comments on commit eb37297

Please sign in to comment.