Skip to content

Commit aa8bf47

Browse files
committed
Fix support to read EPP plugin config to be read from yaml
1 parent a3f25c0 commit aa8bf47

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ data:
2020
{{- if (hasKey .Values.inferenceExtension "pluginsCustomConfig") }}
2121
{{- .Values.inferenceExtension.pluginsCustomConfig | toYaml | nindent 2 }}
2222
{{- end }}
23+
{{- if (hasKey .Values.inferenceExtension "pluginsConfigFile")}}
24+
{{- .Files.Get (printf "%s" .Values.inferenceExtension.pluginsConfigFile) | indent 4}}
25+
{{- end}}
2326

0 commit comments

Comments
 (0)