# yaml-language-server: $schema=./values.schema.json image: repository: docker.io/intel/intel-gpu-plugin pullPolicy: IfNotPresent tag: 0.36.0@sha256:2db679be62b52ac985169084ca711cab6e6c59fe543ab2ddee58163d6f8d29e0 service: main: enabled: false ports: main: enabled: false workload: main: podSpec: type: DaemonSet containers: main: args: - -shared-dev-num - "5" probes: liveness: enabled: false readiness: enabled: false startup: enabled: false persistence: devfs: enabled: true type: device mountPath: /dev/dri hostPath: /dev/dri readOnly: true sysfs: enabled: true type: device mountPath: /sys/class/drm hostPath: /sys/class/drm readOnly: true kubeletsockets: enabled: true type: hostPath mountPath: /var/lib/kubelet/device-plugins hostPath: /var/lib/kubelet/device-plugins