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/13 14:34:45 UTC

[solr-operator] branch gh-pages 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 gh-pages
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new de79f3f  Add missed word in docs (#588)
de79f3f is described below

commit de79f3fc3ffbdc51a809bae30eba5367121c0c39
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.