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 526aa57 commit 951d8b9Copy full SHA for 951d8b9
config/charts/inferencepool/templates/epp-deployment.yaml
@@ -25,8 +25,6 @@ spec:
25
args:
26
- --pool-name
27
- {{ .Release.Name }}
28
- - --pool-namespace
29
- - {{ .Release.Namespace }}
30
{{- if ne .Values.inferencePool.apiVersion "inference.networking.k8s.io" }}
31
- --pool-group
32
- "{{ (split "/" .Values.inferencePool.apiVersion)._0 }}"
@@ -81,8 +79,12 @@ spec:
81
79
{{- end }}
82
80
initialDelaySeconds: 5
83
periodSeconds: 10
84
- {{- if .Values.inferenceExtension.env }}
85
env:
+ - name: NAMESPACE
+ valueFrom:
+ fieldRef:
86
+ fieldPath: metadata.namespace
87
+ {{- if .Values.inferenceExtension.env }}
88
{{- toYaml .Values.inferenceExtension.env | nindent 8 }}
89
90
volumeMounts:
0 commit comments