We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 47d3429 + 77d1319 commit 02e93c1Copy full SHA for 02e93c1
1 file changed
control-plane/csi-driver/src/context.rs
@@ -273,6 +273,7 @@ impl Parameters {
273
"Invalid `PoolClusterSize` value {value:?}, expected a number with capacity unit suffix"
274
)));
275
}
276
+ return Ok(alloc_unit_bytes);
277
278
Ok(None)
279
0 commit comments