File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
serverless/knative_eventing Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ metadata:
3636spec:
3737 channel:
3838 enabled: true <1>
39- bootstrapServers: <bootstrap_server > <2>
39+ bootstrapServers: <bootstrap_servers > <2>
4040 source:
4141 enabled: true <3>
4242----
You can’t perform that action at this time.
0 commit comments