[incubator/schema-registry] typo fix: zookeper->zookeeper (#5336)

* add version 

version: 0.3.1

* Typo fix: zookeper->zookeeper

zookeper->zookeeper

* Update Chart.yaml
This commit is contained in:
AdamDang
2018-05-10 09:15:53 -07:00
committed by k8s-ci-robot
parent 3f56ab265b
commit 5cd774c881
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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 -}}` |