Skip to content

Commit 1af203f

Browse files
authored
Merge pull request #48207 from wking/capabilities-none-casing
modules/enabling-baseline-capability-set: Fix "none" -> "None"
2 parents 5f83386 + 7cd7a0f commit 1af203f

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)