Skip to content

Commit e745ce8

Browse files
committed
missing config for initContainer
1 parent 2a9e2d0 commit e745ce8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

helm/templates/deployment-vllm-multi.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ spec:
5757
{{- if $container.args }}
5858
args: {{ toYaml $container.args | nindent 12 }}
5959
{{- end }}
60+
{{- if $modelSpec.envFromSecret }}
61+
envFrom:
62+
- secretRef:
63+
name: {{ $modelSpec.envFromSecret.name }}
64+
{{- end }}
6065
env:
6166
- name: RELEASE_NAME
6267
value: {{ $.Release.Name }}

0 commit comments

Comments
 (0)