We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b18f202 commit 66e727bCopy full SHA for 66e727b
kubernetes/manifests/apps/data/benthos-pipelines.yaml
@@ -22,9 +22,6 @@ resources:
22
kafka:
23
tls:
24
enabled: true
25
- addresses: ["redpanda.data.svc.cluster.local:9092"]
+ skip_cert_verify: true
26
+ addresses: ["redpanda.data.svc.cluster.local:9093"]
27
topic: "test-topic"
- sasl:
28
- mechanism: SCRAM-SHA-256
29
- user: "benthos"
30
- password: "${REDPANDA_PASS}"
0 commit comments