diff --git a/docs/configuration.md b/docs/configuration.md index f9a7085..1b5eb32 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -11,7 +11,7 @@ The following `spec values` can be updated. | image | string | "codenotary/immudb:latest" | The Immudb image. | | imagePullPolicy | string | "IfNotPresent" | ImagePullPolicy of immudb image. | | replicas | int | 1 | Number of replicas of immudb image. The value can only be 1 at the moment. The immudb team is working hard in adding replication in the future. | -| volume.storageClassName | string | Name of the default storageClass of your cluster. | StorageClassName of the database. | +| volume.storageClassName | string | Name of the default storageClass of the cluster. | StorageClassName of the database. | | volume.size | string | No default value, mandatory to set. | Size of the database, e.g., 5Mi, 10Gi. | ## Immudb Status