You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ho...@apache.org on 2023/07/21 16:35:52 UTC

[solr-operator] branch main updated: Add missed word in docs (#588)

This is an automated email from the ASF dual-hosted git repository.

houston pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/main by this push:
     new 780c7d5  Add missed word in docs (#588)
780c7d5 is described below

commit 780c7d539c066ea3e4ca425dc5cd8244b4e28dee
Author: mariemat <ma...@gmail.com>
AuthorDate: Thu Jul 13 16:34:39 2023 +0200

    Add missed word in docs (#588)
---
 docs/solr-backup/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/solr-backup/README.md b/docs/solr-backup/README.md
index 1fba4e6..e842466 100644
--- a/docs/solr-backup/README.md
+++ b/docs/solr-backup/README.md
@@ -60,7 +60,7 @@ spec:
   volumeMode: Filesystem
 ```
 
-Note that this PVC specifies `ReadWriteMany` access, which is required for Solr clusters with more than node.
+Note that this PVC specifies `ReadWriteMany` access, which is required for Solr clusters with more than one node.
 Note also that it uses a `storageClassName` of `hostpath`.
 Not all Kubernetes clusters support this `storageClassName` value - you may need to choose a different `ReadWriteMany`-compatible storage class based on your Kubernetes version and cluster setup.