Skip to content

Commit e47930e

Browse files
committed
Fix test
1 parent b440d6d commit e47930e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

charts/sourcegraph/tests/otelAgentHostPort_test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ tests:
3636
openTelemetry:
3737
agent:
3838
hostPorts:
39-
grpc-otlp: 4319
40-
http-otlp: 4320
41-
http-zpages: 55680
39+
grpcOtlp: 4319
40+
httpOtlp: 4320
41+
httpZpages: 55680
4242
asserts:
4343
- contains:
4444
path: spec.template.spec.containers[0].ports
@@ -64,9 +64,9 @@ tests:
6464
openTelemetry:
6565
agent:
6666
hostPorts:
67-
otlp-grpc: 4319
68-
http-otlp: 4320
69-
http-zpages: 55680
67+
grpcOtlp: 4319
68+
httpOtlp: 4320
69+
httpZpages: 55680
7070
asserts:
7171
- contains:
7272
path: spec.template.spec.containers[0].env

0 commit comments

Comments
 (0)