Make /tmp writable

This commit is contained in:
Jonny Ervine 2023-09-07 23:23:37 +08:00
parent d7c8e826da
commit 2353ddb68b

View File

@ -64,7 +64,7 @@ spec:
volumeMounts:
- mountPath: /config
name: tautulli-config
- mountPath: /tmp
- mountPath: /var/tmp
name: tmp
volumes:
- name: tautulli-config