Skip to content

Commit 438863b

Browse files
authored
fix tracing configuration in helm epp-deployment template (#1777)
Signed-off-by: sallyom <[email protected]>
1 parent cf13493 commit 438863b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

config/charts/inferencepool/templates/epp-deployment.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ spec:
6262
- "--{{ .name }}"
6363
- "{{ .value }}"
6464
{{- end }}
65-
- "--tracing"
6665
{{- if .Values.inferenceExtension.tracing.enabled }}
67-
- "true"
66+
- --tracing=true
6867
{{- else }}
69-
- "false"
68+
- --tracing=false
7069
{{- end }}
7170
{{- if not .Values.inferenceExtension.monitoring.prometheus.enabled }}
7271
- --metrics-endpoint-auth=false

0 commit comments

Comments
 (0)