Skip to content

Commit

Permalink
Revert "apps: base: socialstream: pod: Mount fuse."
Browse files Browse the repository at this point in the history
This reverts commit e6b95ae.

Not enough permissions to use /dev/fuse device.
  • Loading branch information
wigust committed Oct 5, 2024
1 parent e6b95ae commit d75754d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/base/socialstream/pod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ spec:
name: x11-unix-socket
- mountPath: /dev/dri
name: dev-dri
- mountPath: /dev/fuse
name: dev-fuse
volumes:
- emptyDir:
medium: Memory
Expand All @@ -89,7 +87,3 @@ spec:
hostPath:
path: /dev/dri
type: Directory
- name: dev-fuse
hostPath:
path: /dev/fuse
type: CharDevice

0 comments on commit d75754d

Please sign in to comment.