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 7488c2b commit 2450bd4Copy full SHA for 2450bd4
config/charts/inferencepool/templates/epp-deployment.yaml
@@ -60,7 +60,7 @@ spec:
60
# Pass additional flags via the inferenceExtension.flags field in values.yaml.
61
{{- range $key, $value := .Values.inferenceExtension.flags }}
62
- --{{ $key }}
63
- - {{ $value }}
+ - "{{ $value }}"
64
{{- end }}
65
{{- if .Values.inferenceExtension.tracing.enabled }}
66
- --tracing=true
0 commit comments