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.