Skip to content

Commit 781818b

Browse files
authored
Fix e2e/smoke-ip-families test (#3519)
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.
1 parent 42a689e commit 781818b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/e2e/smoke-ip-families/01-install.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ spec:
1212
receivers:
1313
jaeger:
1414
protocols:
15-
grpc:
15+
grpc: {}
1616
otlp:
1717
protocols:
18-
grpc:
19-
http:
18+
grpc: {}
19+
http: {}
2020
processors:
2121

2222
exporters:
23-
debug:
23+
debug: {}
2424

2525
service:
2626
pipelines:

0 commit comments

Comments
 (0)