We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1797de5 + 77d1319 commit 75281d1Copy full SHA for 75281d1
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