Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ spec:
value: {{ .Values.deviceDiscoveryStrategy }}
{{- end }}
- name: NVIDIA_VISIBLE_DEVICES
value: all
value: {{ .Values.visibleDevices }}
- name: NVIDIA_DRIVER_CAPABILITIES
value: compute,utility
securityContext:
Expand Down
1 change: 1 addition & 0 deletions deployments/helm/nvidia-device-plugin/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ gdrcopyEnabled: null
gdsEnabled: null
mofedEnabled: null
deviceDiscoveryStrategy: null
visibleDevices: all

nameOverride: ""
fullnameOverride: ""
Expand Down