Skip to content

Commit c89defb

Browse files
set tmpdir
1 parent 0fbbd42 commit c89defb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

apps/aether/components/taskwarrior/container.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
image: "ghcr.io/soerenschneider/aether:1.1.1"
66
imagePullPolicy: "IfNotPresent"
77
workingDir: "/home/aether"
8+
env:
9+
- name: "TMPDIR"
10+
value: "/task-data"
811
securityContext:
912
privileged: false
1013
allowPrivilegeEscalation: false

0 commit comments

Comments
 (0)