From 2bb16fddbcadf6fe2a2eb27dcf12f797b7f6b380 Mon Sep 17 00:00:00 2001 From: Kevin Lamenzo Date: Mon, 21 Oct 2019 20:04:47 -0400 Subject: [PATCH] updating a footnote --- modules/metering-configure-persistentvolumes.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/metering-configure-persistentvolumes.adoc b/modules/metering-configure-persistentvolumes.adoc index 35fcc738de..afa9e64472 100644 --- a/modules/metering-configure-persistentvolumes.adoc +++ b/modules/metering-configure-persistentvolumes.adoc @@ -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".