Skip to content

Commit 2450bd4

Browse files
authored
hotfix to helm chart. missing quotes (#1825)
Signed-off-by: Nir Rozenbaum <[email protected]>
1 parent 7488c2b commit 2450bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ spec:
6060
# Pass additional flags via the inferenceExtension.flags field in values.yaml.
6161
{{- range $key, $value := .Values.inferenceExtension.flags }}
6262
- --{{ $key }}
63-
- {{ $value }}
63+
- "{{ $value }}"
6464
{{- end }}
6565
{{- if .Values.inferenceExtension.tracing.enabled }}
6666
- --tracing=true

0 commit comments

Comments
 (0)