From 846524adef97ac7ab451b65b98a8285cc9cc61dd Mon Sep 17 00:00:00 2001 From: Ultimate-etamitlU Date: Fri, 13 Oct 2023 04:54:32 +0530 Subject: [PATCH] fixing up issues for bad sshKey declaration in install-config.yaml and removing additional spaces before "EOF" for sample configs files of agent-config.yaml and install-config.yaml Signed-off-by: Ultimate-etamitlU --- modules/installing-ocp-agent-inputs.adoc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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::[]