From 4a155c09aa9140db219344eeddebe441b094ecae Mon Sep 17 00:00:00 2001 From: Alex Raiu Date: Fri, 6 Dec 2024 12:01:01 +0200 Subject: [PATCH] Fix e2e/smoke-ip-families test 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. --- tests/e2e/smoke-ip-families/01-install.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/e2e/smoke-ip-families/01-install.yaml b/tests/e2e/smoke-ip-families/01-install.yaml index fa1ee7bf67..10740b8c8b 100644 --- a/tests/e2e/smoke-ip-families/01-install.yaml +++ b/tests/e2e/smoke-ip-families/01-install.yaml @@ -12,15 +12,15 @@ spec: receivers: jaeger: protocols: - grpc: + grpc: {} otlp: protocols: - grpc: - http: + grpc: {} + http: {} processors: exporters: - debug: + debug: {} service: pipelines: