Skip to content

Commit

Permalink
fix: jaeger streaming e2e test for upcoming release 1.34
Browse files Browse the repository at this point in the history
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
  • Loading branch information
frzifus committed May 16, 2022
1 parent f85df5b commit ba75b27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/streaming/streaming-with-tls/05-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ spec:
topic: jaeger-spans
brokers: my-cluster-kafka-bootstrap:9093
tls:
enabled: true
ca: /var/run/secrets/cluster-ca/ca.crt
cert: /var/run/secrets/kafkauser/user.crt
key: /var/run/secrets/kafkauser/user.key
Expand All @@ -26,6 +27,7 @@ spec:
topic: jaeger-spans
brokers: my-cluster-kafka-bootstrap:9093
tls:
enabled: true
ca: /var/run/secrets/cluster-ca/ca.crt
cert: /var/run/secrets/kafkauser/user.crt
key: /var/run/secrets/kafkauser/user.key
Expand Down

0 comments on commit ba75b27

Please sign in to comment.