From 432f830b857db44cef899f242826790b917c21b0 Mon Sep 17 00:00:00 2001 From: Jeana Routh Date: Thu, 25 Jul 2024 14:23:17 -0400 Subject: [PATCH] OCPBUGS-37292: fix typo in CPMS FD command --- modules/cpmso-yaml-failure-domain-vsphere.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/cpmso-yaml-failure-domain-vsphere.adoc b/modules/cpmso-yaml-failure-domain-vsphere.adoc index dcf26918092d..02b3c87f5d76 100644 --- a/modules/cpmso-yaml-failure-domain-vsphere.adoc +++ b/modules/cpmso-yaml-failure-domain-vsphere.adoc @@ -48,7 +48,7 @@ You can find the value of the `failureDomains.name` field by running the followi [source,terminal] ---- -$ oc get infrastructure cluster -o=jsonpath={.spec.platformSpec.vsphere.failureDomains[0].name +$ oc get infrastructure cluster -o=jsonpath={.spec.platformSpec.vsphere.failureDomains[0].name} ---- The `name` field is the only supported failure domain field that you can specify in the `ControlPlaneMachineSet` CR.