Skip to content

Commit 43b02f5

Browse files
author
Kevin Lamenzo
authored
Merge pull request #17510 from lamek/fix-comment-callout
updating a footnote
2 parents 3e9f95f + ee9180f commit 43b02f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: modules/metering-configure-persistentvolumes.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ spec:
2727
storage:
2828
# Default is null, which means using the default storage class if it exists.
2929
# If you wish to use a different storage class, specify it here
30-
# class: "fast-ssdl" <1>
30+
# class: "null" <1>
3131
size: "5Gi"
3232
----
3333
<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:
4848
storage:
4949
# Default is null, which means using the default storage class if it exists.
5050
# If you wish to use a different storage class, specify it here
51-
# class: "fast-ssd"
51+
# class: "null"
5252
size: "5Gi" <1>
5353
----
5454
<1> Replace the value for `size` with your desired capacity. The example file shows "5Gi".

0 commit comments

Comments
 (0)