Skip to content

Commit 5a0b5ba

Browse files
committed
Fix function the test found
1 parent 23a37ef commit 5a0b5ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/sourcegraph/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ app.kubernetes.io/name: jaeger
175175
fieldRef:
176176
fieldPath: status.hostIP
177177
- name: OTEL_EXPORTER_OTLP_ENDPOINT
178-
value: http://$(OTEL_AGENT_HOST):{{ toYaml .Values.openTelemetry.agent.hostPorts.otlpGrpc }}
178+
value: http://$(OTEL_AGENT_HOST):{{ toYaml .Values.openTelemetry.agent.hostPorts.grpcOtlp }}
179179
{{- end }}
180180
{{- end }}
181181

0 commit comments

Comments
 (0)