Skip to content

Commit 66e727b

Browse files
Update benthos-pipelines.yaml
1 parent b18f202 commit 66e727b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

kubernetes/manifests/apps/data/benthos-pipelines.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ resources:
2222
kafka:
2323
tls:
2424
enabled: true
25-
addresses: ["redpanda.data.svc.cluster.local:9092"]
25+
skip_cert_verify: true
26+
addresses: ["redpanda.data.svc.cluster.local:9093"]
2627
topic: "test-topic"
27-
sasl:
28-
mechanism: SCRAM-SHA-256
29-
user: "benthos"
30-
password: "${REDPANDA_PASS}"

0 commit comments

Comments
 (0)