Skip to content

Commit

Permalink
Fix e2e/smoke-ip-families test (#3519)
Browse files Browse the repository at this point in the history
Not setting an empty object for protocols will render the receivers with no protocols.
This should align this test with the `OpenTelemetryCollector` definition present in other tests.
  • Loading branch information
araiu authored Dec 6, 2024
1 parent 42a689e commit 781818b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/e2e/smoke-ip-families/01-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ spec:
receivers:
jaeger:
protocols:
grpc:
grpc: {}
otlp:
protocols:
grpc:
http:
grpc: {}
http: {}
processors:

exporters:
debug:
debug: {}

service:
pipelines:
Expand Down

0 comments on commit 781818b

Please sign in to comment.