Skip to content

Commit 392eaa1

Browse files
Merge pull request #4 from carlosrodfern/main
doc missing privileges to access DRI device
2 parents a74d4b2 + dc92ebd commit 392eaa1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ helm -n my-viseron-namespace delete my-viseron
3333

3434
There are key sections in your `values.yaml` file that you will want to define.
3535

36-
For example, if you want to use [VAAPI](https://viseron.netlify.app/docs/documentation/installation#running-viseron), your `values.yaml` will need to define the `dri` mount point.
36+
For example, if you want to use [VAAPI](https://viseron.netlify.app/docs/documentation/installation#running-viseron), your `values.yaml` will need to define the `dri` mount point and allow viseron to run with privileges to access the DRI device.
3737

3838
```yaml
39+
securityContext:
40+
privileged: true
41+
3942
volumes:
4043
- name: dev-dri
4144
hostPath:

0 commit comments

Comments
 (0)