Skip to content

Commit 7cd7a0f

Browse files
committed
modules/enabling-baseline-capability-set: Fix "none" -> "None"
Match the casing used in the API enum [1], fixing a typo from 52da949 (OSDOCS-3789: Adds cluster capabilities section, 2022-07-18, #47915). [1]: https://github.com/openshift/api/blob/d2198688dc209e0ed3a6ab1c74ec02cf36b64cf3/config/v1/types_cluster_version.go#L258-L264
1 parent 95335fd commit 7cd7a0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/enabling-baseline-capability-set.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As a cluster administrator, you can enable the capabilities by setting `baseline
2020
$ oc patch clusterversion version --type merge -p '{"spec":{"capabilities":{"baselineCapabilitySet":"vCurrent"}}}' <1>
2121
----
2222
+
23-
<1> For `baselineCapabilitySet` you can specify `vCurrent`, `v4.11`, or `none`.
23+
<1> For `baselineCapabilitySet` you can specify `vCurrent`, `v4.11`, or `None`.
2424
+
2525
The following table describes the `baselineCapabilitySet` values.
2626
+
@@ -35,7 +35,7 @@ The following table describes the `baselineCapabilitySet` values.
3535
|`v4.11`
3636
|Specify when you want the capabilities defined in {product-title} 4.11 and not automatically enable capabilities, which might be introduced in later versions.
3737

38-
|`none`
38+
|`None`
3939
|Specify when the other sets are too large, and you do not need any capabilities or want to fine-tune via `additionalEnabledCapabilities`.
4040

4141
|===

0 commit comments

Comments
 (0)