Skip to content

Commit 73097c1

Browse files
authored
Fix epp startup error due to missing plugin config file flag (#1439)
1 parent 12a97e1 commit 73097c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ spec:
2929
- {{ .Release.Namespace }}
3030
- --zap-encoder
3131
- "json"
32+
- --config-file
33+
- "/config/default-plugins.yaml"
3234
{{- range .Values.inferenceExtension.flags }}
3335
- "--{{ .name }}={{ .value }}"
3436
{{- end }}

0 commit comments

Comments
 (0)