mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/kafka] Fix values*.yaml syntax
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: kafka
|
||||
version: 2.2.0
|
||||
version: 2.2.1
|
||||
appVersion: 2.2.0
|
||||
description: Apache Kafka is a distributed streaming platform.
|
||||
keywords:
|
||||
|
||||
@@ -167,7 +167,7 @@ socketSendBufferBytes: 102400
|
||||
zookeeperConnectionTimeoutMs: 6000
|
||||
|
||||
## The endpoint identification algorithm to validate server hostname using server certificate.
|
||||
sslEndpointIdentificationAlgorithm : https
|
||||
sslEndpointIdentificationAlgorithm: https
|
||||
|
||||
## Authentication parameteres
|
||||
## https://github.com/bitnami/bitnami-docker-kafka#security
|
||||
|
||||
@@ -167,7 +167,7 @@ socketSendBufferBytes: 102400
|
||||
zookeeperConnectionTimeoutMs: 6000
|
||||
|
||||
## The endpoint identification algorithm to validate server hostname using server certificate.
|
||||
sslEndpointIdentificationAlgorithm : https
|
||||
sslEndpointIdentificationAlgorithm: https
|
||||
|
||||
## Authentication parameteres
|
||||
## https://github.com/bitnami/bitnami-docker-kafka#security
|
||||
|
||||
Reference in New Issue
Block a user