From b93c04c949670e173ed04a5d4a59166438dde4d3 Mon Sep 17 00:00:00 2001 From: Mathieu Cesbron Date: Thu, 8 Feb 2024 19:47:42 +0100 Subject: [PATCH] Change "your" to "the" --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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