Skip to content

Commit 8fd0dbb

Browse files
author
Grant MacGillivray
authored
changing parenthesis location as per comment
1 parent dc812cd commit 8fd0dbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/storage-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ parameters:
280280
* `iopsPerGB`: only for `io1` volumes. I/O operations per second per GiB. AWS
281281
volume plugin multiplies this with size of requested volume to compute IOPS
282282
of the volume and caps it at 20 000 IOPS (maximum supported by AWS, see
283-
[AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html).)
283+
[AWS docs](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSVolumeTypes.html)).
284284
A string is expected here, i.e. `"10"`, not `10`.
285285
* `fsType`: fsType that is supported by kubernetes. Default: `"ext4"`.
286286
* `encrypted`: denotes whether the EBS volume should be encrypted or not.

0 commit comments

Comments
 (0)