Skip to content

Commit c334f22

Browse files
authored
fix(doc): remove non-existant 'targets' field in Autopilot airgapupdate description
Signed-off-by: SebPlv <[email protected]>
1 parent 4e4c9ff commit c334f22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/autopilot.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,11 +208,11 @@ this has not been tested.
208208

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

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

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

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

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

0 commit comments

Comments
 (0)