From 137c9ed9db3d600cb638154f2cac7ed61b76d166 Mon Sep 17 00:00:00 2001 From: Tony Garcia Date: Fri, 17 Nov 2023 20:21:48 -0600 Subject: [PATCH] Fix README table in mirror_catalog (#52) --- roles/mirror_catalog/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/mirror_catalog/README.md b/roles/mirror_catalog/README.md index 668ec8fd4..8895b930c 100644 --- a/roles/mirror_catalog/README.md +++ b/roles/mirror_catalog/README.md @@ -5,7 +5,7 @@ Mirrors a catalog and its related images. Produces a file that can be used to se ## Role Variables Name | Required | Type | Default | Description ---------------- | -------- | -------- | ------------ +--------------- | -------- | -------- | ------- | ----------- mc_oc_tool_path | Yes | string | | The path to the oc1 binary, e.g. '/path/to/oc' mc_catalog | Yes | string | | The Fully Qualified Artifact Reference, e.g. 'example.com/namespace/web:v1.0' mc_registry | Yes | string | | The registry where the catalog will be mirrored, e.g. 'registry.example.com' or 'reg.example.com:4443' @@ -19,8 +19,8 @@ mc_continue_on_error| No | boolean | false | Continue even if there if ther The following applications must be already present in the system. -- [skopeo](https://github.com/containers/skopeo/blob/main/install.md). -- [oc](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html). +- [skopeo](https://github.com/containers/skopeo/blob/main/install.md) +- [oc](https://docs.openshift.com/container-platform/latest/cli_reference/openshift_cli/getting-started-cli.html) ## Outputs