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 6e6823a commit b1540cdCopy full SHA for b1540cd
config/charts/inferencepool/templates/epp-deployment.yaml
@@ -33,6 +33,11 @@ spec:
33
args:
34
- --pool-name
35
- {{ .Release.Name }}
36
+ # The pool namespace is optional because EPP can default to the NAMESPACE env var.
37
+ # We still keep this here so that the template works with older versions of EPP, or other
38
+ # distros of EPP which may not have implemented the NAMESPACE env var defaulting behavior.
39
+ - --pool-namespace
40
+ - {{ .Release.Namespace }}
41
{{- if ne .Values.inferencePool.apiVersion "inference.networking.k8s.io" }}
42
- --pool-group
43
- "{{ (split "/" .Values.inferencePool.apiVersion)._0 }}"
0 commit comments