mirror of
https://github.com/optim-enterprises-bv/homelab.git
synced 2025-11-02 10:57:53 +00:00
fix(gpu): Disabling toolkit in Nvidia gpu-operator Helm chart
This commit is contained in:
@@ -2,6 +2,9 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: gpu-operator
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
|
||||
helmCharts:
|
||||
- name: gpu-operator
|
||||
repo: https://helm.ngc.nvidia.com/nvidia
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
cdi:
|
||||
enabled: true
|
||||
default: true
|
||||
driver.enabled: false
|
||||
toolkit.enabled: false
|
||||
|
||||
#cdi:
|
||||
# enabled: true
|
||||
# default: true
|
||||
|
||||
Reference in New Issue
Block a user