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 cfdce59 commit d21e975Copy full SHA for d21e975
config/charts/inferencepool/templates/epp-deployment.yaml
@@ -30,7 +30,7 @@ spec:
30
{{- if .Values.inferenceExtension.sidecar.enabled }}
31
- name: {{ .Values.inferenceExtension.sidecar.name }}
32
image: {{ .Values.inferenceExtension.sidecar.image }}
33
- imagePullPolicy: {{ .Values.inferenceExtension.sidecar.image.pullPolicy | default "IfNotPresent" }}
+ imagePullPolicy: {{ .Values.inferenceExtension.sidecar.imagePullPolicy | default "IfNotPresent" }}
34
{{- with .Values.inferenceExtension.sidecar.command }}
35
command:
36
- {{ . | quote }}
0 commit comments