[bitnami/kafka] Fix typo in NOTES.txt (#3249)

This commit is contained in:
Miguel Ángel Cabrera Miñagorri
2020-07-28 16:18:55 +02:00
committed by GitHub
parent b077656260
commit 8cc2cea18e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: kafka
version: 11.6.2
version: 11.6.3
appVersion: 2.5.0
description: Apache Kafka is a distributed streaming platform.
keywords:
+1 -1
View File
@@ -101,7 +101,7 @@ To create a pod that you can use as a Kafka client run the following commands:
kubectl cp --namespace {{ $releaseNamespace }} /path/to/client.properties {{ $fullname }}-client:/tmp/client.properties
kubectl cp --namespace {{ $releaseNamespace }} /path/to/kafka_jaas.conf {{ $fullname }}-client:/tmp/kafka_jaas.conf
{{- if eq .Values.auth.clientProtocol "sasl_tls" }}
kubectl cp --namespace {{ $releaseNamespace }} ./kafka.truststore.jks kafka-client:/tmp/kafka.truststore.jks
kubectl cp --namespace {{ $releaseNamespace }} ./kafka.truststore.jks {{ $fullname }}-client:/tmp/kafka.truststore.jks
{{- end }}
{{- end }}
kubectl exec --tty -i {{ $fullname }}-client --namespace {{ $releaseNamespace }} -- bash