From 8083a966b69a48ad4afdfd9a661b3539456c8fb3 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 17 Jul 2024 14:39:06 +0200 Subject: [PATCH] helm: fix typo in document fix typo in document for helm values. Signed-off-by: Madhu Rajanna --- charts/ceph-csi-rbd/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ceph-csi-rbd/README.md b/charts/ceph-csi-rbd/README.md index 5897841b6..e18ee51b8 100644 --- a/charts/ceph-csi-rbd/README.md +++ b/charts/ceph-csi-rbd/README.md @@ -207,7 +207,7 @@ charts and their default values. | `storageClass.encryptionKMSID` | Specifies the encryption kms id | `""` | | `storageClass.topologyConstrainedPools` | Add topology constrained pools configuration, if topology based pools are setup, and topology constrained provisioning is required | `[]` | | `storageClass.mapOptions` | Specifies comma-separated list of map options | `""` | -| `storageClass.unmapOtpions` | Specifies comma-separated list of unmap options | `""` | +| `storageClass.unmapOptions` | Specifies comma-separated list of unmap options | `""` | | `storageClass.stripeUnit` | Specifies the stripe unit in bytes | `""` | | `storageClass.stripeCount` | Specifies the number of objects to stripe over before looping | `""` | | `storageClass.objectSize` | Specifies the object size in bytes | `""` |