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 12a97e1 commit 73097c1Copy full SHA for 73097c1
config/charts/inferencepool/templates/epp-deployment.yaml
@@ -29,6 +29,8 @@ spec:
29
- {{ .Release.Namespace }}
30
- --zap-encoder
31
- "json"
32
+ - --config-file
33
+ - "/config/default-plugins.yaml"
34
{{- range .Values.inferenceExtension.flags }}
35
- "--{{ .name }}={{ .value }}"
36
{{- end }}
0 commit comments