Skip to content

Commit 186b57f

Browse files
authored
chart/template: Fix tracing endpoint variable
1 parent 8ff6142 commit 186b57f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chart/templates/_helpers.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,9 @@ env:
259259
{{- $comp := .comp -}}
260260
{{- $tracing := $comp.tracing | default $gp.tracing -}}
261261
{{- if $tracing }}
262-
{{- if $tracing.endoint }}
262+
{{- if $tracing.endpoint }}
263263
- name: JAEGER_ENDPOINT
264-
value: {{ $tracing.endoint }}
264+
value: {{ $tracing.endpoint }}
265265
{{- else }}
266266
- name: JAEGER_AGENT_HOST
267267
valueFrom:

0 commit comments

Comments
 (0)