From 411975a2fec6ad3ad2677b079f485c27741e3f0b Mon Sep 17 00:00:00 2001 From: tompizmor Date: Wed, 22 May 2019 17:32:15 +0200 Subject: [PATCH] Clarify zookeeper serverUsers and serverPasswords input format --- bitnami/zookeeper/Chart.yaml | 2 +- bitnami/zookeeper/README.md | 4 ++-- bitnami/zookeeper/values-production.yaml | 8 ++++---- bitnami/zookeeper/values.yaml | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/bitnami/zookeeper/Chart.yaml b/bitnami/zookeeper/Chart.yaml index 53ad2588ec..a6a7cf1fd3 100644 --- a/bitnami/zookeeper/Chart.yaml +++ b/bitnami/zookeeper/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: zookeeper -version: 2.2.1 +version: 2.2.2 appVersion: 3.4.14 description: A centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services for distributed applications. keywords: diff --git a/bitnami/zookeeper/README.md b/bitnami/zookeeper/README.md index ae2e89bbb1..bfe9958358 100644 --- a/bitnami/zookeeper/README.md +++ b/bitnami/zookeeper/README.md @@ -75,8 +75,8 @@ The following tables lists the configurable parameters of the Zookeeper chart an | `auth.enabled` | Enable Zookeeper auth | `false` | | `auth.clientUser` | User that will use Zookeeper clients to auth | `nil` | | `auth.clientPassword` | Password that will use Zookeeper clients to auth | `nil` | -| `auth.serverUsers` | List of user to be created | `[]` | -| `auth.serverPasswords` | List of passwords to assign to users when created | `[]` | +| `auth.serverUsers` | List of user to be created | `nil` | +| `auth.serverPasswords` | List of passwords to assign to users when created | `nil` | | `heapSize` | Size in MB for the Java Heap options (Xmx and XMs) | `[]` | | `logLevel` | Log level of Zookeeper server | `ERROR` | | `jvmFlags` | Default JVMFLAGS for the ZooKeeper process | `nil` | diff --git a/bitnami/zookeeper/values-production.yaml b/bitnami/zookeeper/values-production.yaml index afced95c99..a79cf1c063 100644 --- a/bitnami/zookeeper/values-production.yaml +++ b/bitnami/zookeeper/values-production.yaml @@ -96,12 +96,12 @@ auth: ## Password that will use Zookeeper clients to auth ## # clientPassword: - ## Comma, semicolon or whitespace separated list of user to be created. Example: user1,user2,admin + ## Comma, semicolon or whitespace separated list of user to be created. Specify them as a string, for example: "user1,user2,admin" ## - # serverUsers: [] - ## Comma, semicolon or whitespace separated list of passwords to assign to users when created. Example: pass4user1, pass4user2, pass4admin + # serverUsers: "" + ## Comma, semicolon or whitespace separated list of passwords to assign to users when created. Specify them as a string, for example: "pass4user1, pass4user2, pass4admin" ## - # serverPasswords: [] + # serverPasswords: "" ## Size in MB for the Java Heap options (Xmx and XMs). This env var is ignored if Xmx an Xms are configured via JVMFLAGS ## diff --git a/bitnami/zookeeper/values.yaml b/bitnami/zookeeper/values.yaml index 57cfb10773..4859853dba 100644 --- a/bitnami/zookeeper/values.yaml +++ b/bitnami/zookeeper/values.yaml @@ -96,12 +96,12 @@ auth: ## Password that will use Zookeeper clients to auth ## # clientPassword: - ## Comma, semicolon or whitespace separated list of user to be created. Example: user1,user2,admin + ## Comma, semicolon or whitespace separated list of user to be created. Specify them as a string, for example: "user1,user2,admin" ## - # serverUsers: [] - ## Comma, semicolon or whitespace separated list of passwords to assign to users when created. Example: pass4user1, pass4user2, pass4admin + # serverUsers: "" + ## Comma, semicolon or whitespace separated list of passwords to assign to users when created. Specify them as a string, for example: "pass4user1, pass4user2, pass4admin" ## - # serverPasswords: [] + # serverPasswords: "" ## Size in MB for the Java Heap options (Xmx and XMs). This env var is ignored if Xmx an Xms are configured via JVMFLAGS ##