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 a3f25c0 commit aa8bf47Copy full SHA for aa8bf47
config/charts/inferencepool/templates/epp-config.yaml
@@ -20,4 +20,7 @@ data:
20
{{- if (hasKey .Values.inferenceExtension "pluginsCustomConfig") }}
21
{{- .Values.inferenceExtension.pluginsCustomConfig | toYaml | nindent 2 }}
22
{{- end }}
23
+ {{- if (hasKey .Values.inferenceExtension "pluginsConfigFile")}}
24
+ {{- .Files.Get (printf "%s" .Values.inferenceExtension.pluginsConfigFile) | indent 4}}
25
+ {{- end}}
26
0 commit comments