From f5c2f8e6c6d6b6f03152186f511df5b8d5dfffce Mon Sep 17 00:00:00 2001 From: Akshata Jadhav <107832257+aksjadha@users.noreply.github.com> Date: Sat, 26 Jul 2025 02:30:13 +0530 Subject: [PATCH] Update mco-update-boot-images-configuring.adoc to add correct label with "=" instead of ":" Update mco-update-boot-images-configuring.adoc to add correct label with "=" instead of ":" --- modules/mco-update-boot-images-configuring.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mco-update-boot-images-configuring.adoc b/modules/mco-update-boot-images-configuring.adoc index 2e550d5be2fd..b7d5f437394b 100644 --- a/modules/mco-update-boot-images-configuring.adoc +++ b/modules/mco-update-boot-images-configuring.adoc @@ -77,7 +77,7 @@ spec: If an appropriate label is not present on the machine set, add a key-value pair by running a command similar to following: ---- -$ oc label machineset.machine ci-ln-hmy310k-72292-5f87z-worker-a region: "east" -n openshift-machine-api +$ oc label machineset.machine ci-ln-hmy310k-72292-5f87z-worker-a region="east" -n openshift-machine-api ---- ====