Skip to content

Commit

Permalink
Change "your" to "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuCesbron committed Feb 8, 2024
1 parent fe6809b commit b93c04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b93c04c

Please sign in to comment.