Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions config/charts/inferencepool/templates/epp-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ spec:
args:
- --pool-name
- {{ .Release.Name }}
# The pool namespace is optional because EPP can default to the NAMESPACE env var.
# We still keep this here so that the template works with older versions of EPP, or other
# distros of EPP which may not have implemented the NAMESPACE env var defaulting behavior.
- --pool-namespace
- {{ .Release.Namespace }}
{{- if ne .Values.inferencePool.apiVersion "inference.networking.k8s.io" }}
- --pool-group
- "{{ (split "/" .Values.inferencePool.apiVersion)._0 }}"
Expand Down