Delete unused servers value

This commit is contained in:
tompizmor
2018-06-15 15:10:18 +02:00
parent 7cb425a7f0
commit 8ac33eaa74
2 changed files with 0 additions and 5 deletions

View File

@@ -58,7 +58,6 @@ The following tables lists the configurable parameters of the Zookeeper chart an
| `initLimit` | Time the ZooKeeper servers in quorum have to connect to a leader | `10` |
| `syncLimit` | How far out of date a server can be from a leader | `5` |
| `maxClientCnxns` | Number of concurrent connections that a single client may make to a single member | `60` |
| `servers` | List of servers | `[]` |
| `allowAnonymousLogin` | Allow to accept connections from unauthenticated users | `yes` |
| `auth.existingSecret` | Use existing secret (ignores previous password) | `nil` |
| `auth.enabled` | Enable Zookeeper auth | `false` |

View File

@@ -52,10 +52,6 @@ syncLimit: 5
##
maxClientCnxns: 60
## Comma, space or colon separated list of servers. Example: zoo1:2888:3888,zoo2:2888:3888
##
# servers: []
## Allow to accept connections from unauthenticated users
##
allowAnonymousLogin: true