You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/metering-configure-persistentvolumes.adoc
+2-2
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ spec:
27
27
storage:
28
28
# Default is null, which means using the default storage class if it exists.
29
29
# If you wish to use a different storage class, specify it here
30
-
# class: "fast-ssdl" <1>
30
+
# class: "null" <1>
31
31
size: "5Gi"
32
32
----
33
33
<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:
48
48
storage:
49
49
# Default is null, which means using the default storage class if it exists.
50
50
# If you wish to use a different storage class, specify it here
51
-
# class: "fast-ssd"
51
+
# class: "null"
52
52
size: "5Gi" <1>
53
53
----
54
54
<1> Replace the value for `size` with your desired capacity. The example file shows "5Gi".
0 commit comments