diff --git a/modules/installing-ocp-agent-inputs.adoc b/modules/installing-ocp-agent-inputs.adoc index b21afe88db9f..5c6902c067fc 100644 --- a/modules/installing-ocp-agent-inputs.adoc +++ b/modules/installing-ocp-agent-inputs.adoc @@ -73,9 +73,8 @@ networking: platform: none: {} pullSecret: '' <4> -sshKey: | - '' <5> - EOF +sshKey: '' <5> +EOF ---- + <1> Specify the system architecture, valid values are `amd64` and `arm64`. @@ -161,7 +160,7 @@ hosts: <2> next-hop-address: 192.168.111.2 next-hop-interface: eno1 table-id: 254 - EOF +EOF ---- + <1> This IP address is used to determine which node performs the bootstrapping process as well as running the `assisted-service` component. @@ -190,4 +189,4 @@ endif::pxe-boot[] ifeval::["{context}" == "prepare-pxe-assets-agent"] :!pxe-boot: -endif::[] \ No newline at end of file +endif::[]