Skip to content

Commit

Permalink
fix(home-assistant): Add additional emptydirs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjw-s committed Dec 5, 2024
1 parent 15aa6db commit 8a53592
Showing 1 changed file with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,15 @@ spec:
- path: /config
code-server:
- path: /config
tmp:
tmpfs:
type: emptyDir
advancedMounts:
home-assistant:
app:
- path: /tmp
subPath: hass-tmp
code-server:
- path: /tmp
subPath: code-server-tmp
- path: /nonexistent
subPath: nonexistent

0 comments on commit 8a53592

Please sign in to comment.