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 43264d8  Fix solr prometheus exporter Doc (#409)
43264d8 is described below

commit 43264d81dae04fd80fa925a5772d9816c8fbf835
Author: shiming.li <[email protected]>
AuthorDate: Tue Feb 22 23:44:42 2022 +0800

    Fix solr prometheus exporter Doc (#409)
---
 docs/solr-prometheus-exporter/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/solr-prometheus-exporter/README.md 
b/docs/solr-prometheus-exporter/README.md
index b00d0bf..c607c51 100644
--- a/docs/solr-prometheus-exporter/README.md
+++ b/docs/solr-prometheus-exporter/README.md
@@ -60,7 +60,7 @@ All ACL fields are **required** if an ACL is used.
 
 - **`secret`** - The name of the secret, in the same namespace as the 
SolrCloud, that contains the admin ACL username and password.
 - **`usernameKey`** - The name of the key in the provided secret that stores 
the admin ACL username.
-- **`usernameKey`** - The name of the key in the provided secret that stores 
the admin ACL password.
+- **`passwordKey`** - The name of the key in the provided secret that stores 
the admin ACL password.
 
 ### Standalone
 

Reply via email to