Set env variables

This commit is contained in:
Jack Jackson 2025-02-08 14:33:37 -08:00
parent dcb62c838d
commit 4710c36228

View File

@ -35,6 +35,11 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
env:
- name: NVIDIA_DRIVER_CAPABILITIES
value: all
- name: NVIDIA_VISIBLE_DEVICES
value: all
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts: