Skip to content

Commit 6ad7802

Browse files
committed
🧹 Fixing a little typo as it is bootstrap servers, not just a single server
Signed-off-by: Matthias Wessendorf <[email protected]>
1 parent 6a6f9db commit 6ad7802

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

modules/serverless-kafka-sasl.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ spec:
5454
channel:
5555
authSecretName: <kafka_auth_secret>
5656
authSecretNamespace: <kafka_auth_secret_namespace>
57-
bootstrapServers: <bootstrap_server>
57+
bootstrapServers: <bootstrap_servers>
5858
enabled: true
5959
source:
6060
enabled: true

modules/serverless-kafka-tls.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ spec:
4747
channel:
4848
authSecretName: <kafka_auth_secret>
4949
authSecretNamespace: <kafka_auth_secret_namespace>
50-
bootstrapServers: <bootstrap_server>
50+
bootstrapServers: <bootstrap_servers>
5151
enabled: true
5252
source:
5353
enabled: true

serverless/knative_eventing/serverless-kafka.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ metadata:
3636
spec:
3737
channel:
3838
enabled: true <1>
39-
bootstrapServers: <bootstrap_server> <2>
39+
bootstrapServers: <bootstrap_servers> <2>
4040
source:
4141
enabled: true <3>
4242
----

0 commit comments

Comments
 (0)