Make /var/tmp writable

This commit is contained in:
Jonny Ervine 2023-09-07 23:25:13 +08:00
parent 2353ddb68b
commit 3656236e5b

View File

@ -45,6 +45,8 @@ spec:
volumeMounts:
- name: tautulli-config
mountPath: /config
- mountPath: /var/tmp
name: tmp
initContainers:
- command:
- chown
@ -64,8 +66,6 @@ spec:
volumeMounts:
- mountPath: /config
name: tautulli-config
- mountPath: /var/tmp
name: tmp
volumes:
- name: tautulli-config
persistentVolumeClaim: