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 cf13493 commit 438863bCopy full SHA for 438863b
config/charts/inferencepool/templates/epp-deployment.yaml
@@ -62,11 +62,10 @@ spec:
62
- "--{{ .name }}"
63
- "{{ .value }}"
64
{{- end }}
65
- - "--tracing"
66
{{- if .Values.inferenceExtension.tracing.enabled }}
67
- - "true"
+ - --tracing=true
68
{{- else }}
69
- - "false"
+ - --tracing=false
70
71
{{- if not .Values.inferenceExtension.monitoring.prometheus.enabled }}
72
- --metrics-endpoint-auth=false
0 commit comments