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: volumeMounts:
- mountPath: /config - mountPath: /config
name: tautulli-config name: tautulli-config
- mountPath: /tmp - mountPath: /var/tmp
name: tmp name: tmp
volumes: volumes:
- name: tautulli-config - name: tautulli-config