From dbd72f326d07333ef7d4a4dae2882f7207270d34 Mon Sep 17 00:00:00 2001 From: Jacob Weinstock Date: Mon, 7 Oct 2024 10:42:18 -0600 Subject: [PATCH] Make table sentences consistently formatted. Signed-off-by: Jacob Weinstock --- .../getting-started/baremetal/bare-spec.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/content/en/docs/getting-started/baremetal/bare-spec.md b/docs/content/en/docs/getting-started/baremetal/bare-spec.md index d832411567d1..1db2180c9c8c 100644 --- a/docs/content/en/docs/getting-started/baremetal/bare-spec.md +++ b/docs/content/en/docs/getting-started/baremetal/bare-spec.md @@ -625,13 +625,13 @@ The `image2disk` Action will stream either a compressed or not compressed remote | Env variable | Type | Default Value | Required | Description | |--------------|------|---------------|----------|-------------| -| IMG_URL | string | "" | yes | URL of the image to be streamed | -| DEST_DISK | string | "" | yes | Block device to which the image is written | -| COMPRESSED | bool | false | no | Decompress the image before writing it to the disk | -| RETRY_ENABLED | bool | false | no | Retry the Action, using exponential backoff, for the duration specified in `RETRY_DURATION_MINUTES` before failing | -| RETRY_DURATION_MINUTES | int | 10 | no | Duration for which the Action will retry before failing | -| PROGRESS_INTERVAL_SECONDS | int | 3 | no | Interval at which the progress of the image transfer will be logged | -| TEXT_LOGGING | bool | false | no | Output from the Action will be logged in a more human friendly text format, JSON format is used by default | +| IMG_URL | string | "" | yes | URL of the image to be streamed. | +| DEST_DISK | string | "" | yes | Block device to which the image is written. | +| COMPRESSED | bool | false | no | Decompress the image before writing it to the disk. | +| RETRY_ENABLED | bool | false | no | Retry the Action, using exponential backoff, for the duration specified in `RETRY_DURATION_MINUTES` before failing. | +| RETRY_DURATION_MINUTES | int | 10 | no | Duration for which the Action will retry before failing. | +| PROGRESS_INTERVAL_SECONDS | int | 3 | no | Interval at which the progress of the image transfer will be logged. | +| TEXT_LOGGING | bool | false | no | Output from the Action will be logged in a more human friendly text format, JSON format is used by default. | ### oci2disk @@ -641,9 +641,9 @@ The `oci2disk` Action provides the capability of streaming a raw (compressed) di | Env variable | Type | Default Value | Required | Description | |--------------|------|---------------|----------|-------------| -| IMG_URL | string | "" | yes | URL of the image to be streamed | -| DEST_DISK | string | "" | yes | Block device to which the image is written | -| COMPRESSED | bool | false | no | Decompress the image before writing it to the disk | +| IMG_URL | string | "" | yes | URL of the image to be streamed. | +| DEST_DISK | string | "" | yes | Block device to which the image is written. | +| COMPRESSED | bool | false | no | Decompress the image before writing it to the disk. | ### kexec