jessebot commented on code in PR #132:
URL: https://github.com/apache/couchdb-helm/pull/132#discussion_r1618697688


##########
couchdb/README.md:
##########
@@ -143,10 +143,10 @@ CouchDB chart and their default values:
 
 | Key | Type | Default | Description |
 |-----|------|---------|-------------|
-| allowAdminParty | bool | `false` | If allowAdminParty is enabled the cluster 
will start up without any database administrator account; i.e., all users will 
be granted administrative access. Otherwise, the system will look for a Secret 
called <ReleaseName>-couchdb containing `adminUsername`, `adminPassword` and 
`cookieAuthSecret` keys. See the `createAdminSecret` flag. ref: 
https://kubernetes.io/docs/concepts/configuration/secret/ |
+| allowAdminParty | bool | `false` | If allowAdminParty is enabled the cluster 
will start up without any database administrator account; i.e., all users will 
be granted administrative access. Otherwise, the system will look for a Secret 
called <ReleaseName>-couchdb containing `adminUsername`, `adminPassword` and 
`erlangCookie` keys. See the `createAdminSecret` flag. ref: 
https://kubernetes.io/docs/concepts/configuration/secret/ |

Review Comment:
   ```suggestion
   | allowAdminParty | bool | `false` | If allowAdminParty is enabled the 
cluster will start up without any database administrator account; i.e., all 
users will be granted administrative access. Otherwise, the system will look 
for a Secret called <ReleaseName>-couchdb containing `adminUsername`, 
`adminPassword`, `cookieAuthSecret`, and `erlangCookie` keys. See the 
`createAdminSecret` flag. ref: 
https://kubernetes.io/docs/concepts/configuration/secret/ |
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to