Skip to content

Commit

Permalink
Add imagePullSecrets option to helm chart (#179)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kalantar <[email protected]>
  • Loading branch information
kalantar authored Feb 27, 2025
1 parent 14e3849 commit b2e84ee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions helm/templates/deployment-vllm-multi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ spec:
mountPath: /dev/shm
{{- end}}
{{- end}}
{{- if $modelSpec.imagePullSecret }}
imagePullSecrets:
- name: {{ $modelSpec.imagePullSecret }}
{{- end }}
volumes:
{{- if hasKey $modelSpec "pvcStorage" }}
- name: {{ .Release.Name }}-storage
Expand Down

0 comments on commit b2e84ee

Please sign in to comment.