We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a37ef commit 5a0b5baCopy full SHA for 5a0b5ba
charts/sourcegraph/templates/_helpers.tpl
@@ -175,7 +175,7 @@ app.kubernetes.io/name: jaeger
175
fieldRef:
176
fieldPath: status.hostIP
177
- name: OTEL_EXPORTER_OTLP_ENDPOINT
178
- value: http://$(OTEL_AGENT_HOST):{{ toYaml .Values.openTelemetry.agent.hostPorts.otlpGrpc }}
+ value: http://$(OTEL_AGENT_HOST):{{ toYaml .Values.openTelemetry.agent.hostPorts.grpcOtlp }}
179
{{- end }}
180
181
0 commit comments