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 8ff6142 commit e81ae35Copy full SHA for e81ae35
.werft/values.dev.yaml
@@ -13,7 +13,7 @@ imagePullPolicy: Always
13
14
authProviders: []
15
tracing:
16
- endoint: http://otel-collector:14268/api/traces
+ endpoint: http://otel-collector:14268/api/traces
17
samplerType: const
18
samplerParam: "1"
19
chart/templates/_helpers.tpl
@@ -259,9 +259,9 @@ env:
259
{{- $comp := .comp -}}
260
{{- $tracing := $comp.tracing | default $gp.tracing -}}
261
{{- if $tracing }}
262
-{{- if $tracing.endoint }}
+{{- if $tracing.endpoint }}
263
- name: JAEGER_ENDPOINT
264
- value: {{ $tracing.endoint }}
+ value: {{ $tracing.endpoint }}
265
{{- else }}
266
- name: JAEGER_AGENT_HOST
267
valueFrom:
0 commit comments