1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 21:46:22 +01:00

updating a footnote

This commit is contained in:
Kevin Lamenzo
2019-10-21 20:04:47 -04:00
committed by openshift-cherrypick-robot
parent de75b84a97
commit 2bb16fddbc

View File

@@ -27,7 +27,7 @@ spec:
storage:
# Default is null, which means using the default storage class if it exists.
# If you wish to use a different storage class, specify it here
# class: "fast-ssdl" <1>
# class: "null" <1>
size: "5Gi"
----
<1> Uncomment this line and replace `null` with the name of the StorageClass to use. Leaving the value `null` will cause metering to use the default StorageClass for the cluster.
@@ -48,7 +48,7 @@ spec:
storage:
# Default is null, which means using the default storage class if it exists.
# If you wish to use a different storage class, specify it here
# class: "fast-ssd"
# class: "null"
size: "5Gi" <1>
----
<1> Replace the value for `size` with your desired capacity. The example file shows "5Gi".