From 5cd774c8817ae87af99f3524759aaa9a58d0fa11 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 11 May 2018 00:15:53 +0800 Subject: [PATCH] [incubator/schema-registry] typo fix: zookeper->zookeeper (#5336) * add version version: 0.3.1 * Typo fix: zookeper->zookeeper zookeper->zookeeper * Update Chart.yaml --- incubator/schema-registry/Chart.yaml | 2 +- incubator/schema-registry/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/incubator/schema-registry/Chart.yaml b/incubator/schema-registry/Chart.yaml index 7139a7d08d..fa995cf636 100644 --- a/incubator/schema-registry/Chart.yaml +++ b/incubator/schema-registry/Chart.yaml @@ -1,6 +1,6 @@ name: schema-registry home: https://docs.confluent.io/current/schema-registry/docs/index.html -version: 0.3.1 +version: 0.3.2 appVersion: 4.0.0 keywords: - confluent diff --git a/incubator/schema-registry/README.md b/incubator/schema-registry/README.md index 7a09c5739f..a4f7ce596b 100644 --- a/incubator/schema-registry/README.md +++ b/incubator/schema-registry/README.md @@ -74,8 +74,8 @@ The following table lists the configurable parameters of the SchemaRegistry char | `sasl.scram.init.imagePullPolicy` | the sasl scram init pull policy | `IfNotPresent` | | `sasl.scram.clientUser` | the sasl scram user to use to authenticate to kafka | `kafka-client` | | `sasl.scram.clientPassword` | the sasl scram password to use to authenticate to kafka | `kafka-password` | -| `sasl.scram.zookeeperClientUser` | the sasl scram user to use to authenticate to zookeeper | `zookeper-client` | -| `sasl.scram.zookeeperClientPassword` | the sasl scram password to use to authenticate to zookeeper | `zookeper-password` | +| `sasl.scram.zookeeperClientUser` | the sasl scram user to use to authenticate to zookeeper | `zookeeper-client` | +| `sasl.scram.zookeeperClientPassword` | the sasl scram password to use to authenticate to zookeeper | `zookeeper-password` | | `resources` | CPU/Memory resource requests/limits | `{}` | | `servicePort` | The port on which the SchemaRegistry server will be exposed. | `8081` | | `overrideGroupId` | Group ID defaults to using Release Name so each release is its own Schema Registry worker group, it can be overridden | `{- .Release.Name -}}` |