Update k8s hardware acceleration docs to reflect current helm chart

This commit is contained in:
Ozzy Walsh
2026-07-29 15:15:20 +01:00
parent e1005d84da
commit 2d66c00653
@@ -264,12 +264,12 @@ resources:
gpu.intel.com/i915: 1
# or nvidia.com/gpu: 1
extraVolumes:
volumes:
- name: dri
hostPath:
path: /dev/dri
extraVolumeMounts:
volumeMounts:
- name: dri
mountPath: /dev/dri
```