diff --git a/docs/autopilot.md b/docs/autopilot.md index 56689c025021..30729f2a13ea 100644 --- a/docs/autopilot.md +++ b/docs/autopilot.md @@ -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 (optional)` +#### `spec.commands[].airgapupdate.workers (optional)` * This object provides the details of how `workers` should be updated. -#### `spec.commands[].airgapupdate.targets.workers.limits.concurrent (optional, default = 1)` +#### `spec.commands[].airgapupdate.workers.limits.concurrent (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.