From 5c20eec9c3f9335633b1929f8cf878f68757533c Mon Sep 17 00:00:00 2001 From: Ronan Hennessy Date: Mon, 23 Sep 2024 14:49:30 +0100 Subject: [PATCH] OCPBUGS-31402: Fixing addtion typo --- modules/ztp-precaching-ztp-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ztp-precaching-ztp-config.adoc b/modules/ztp-precaching-ztp-config.adoc index 5e47734f9e1e..f3246ffefce7 100644 --- a/modules/ztp-precaching-ztp-config.adoc +++ b/modules/ztp-precaching-ztp-config.adoc @@ -208,7 +208,7 @@ OPTIONS: [id="ztp-pre-caching-config-nodes-ignitionconfigoverride_{context}"] == Understanding the nodes.ignitionConfigOverride field -Similarly to `clusters.ignitionConfigOverride`, the `nodes.ignitionConfigOverride` field allows the addtion of configurations in Ignition format to the `coreos-installer` utility, but at the {product-title} installation stage. +Similarly to `clusters.ignitionConfigOverride`, the `nodes.ignitionConfigOverride` field allows the addition of configurations in Ignition format to the `coreos-installer` utility, but at the {product-title} installation stage. When the {op-system} is written to disk, the extra configuration included in the {ztp} discovery ISO is no longer available. During the discovery stage, the extra configuration is stored in the memory of the live OS. [NOTE]