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: volumeMounts:
- name: tautulli-config - name: tautulli-config
mountPath: /config mountPath: /config
- mountPath: /var/tmp
name: tmp
initContainers: initContainers:
- command: - command:
- chown - chown
@ -64,8 +66,6 @@ spec:
volumeMounts: volumeMounts:
- mountPath: /config - mountPath: /config
name: tautulli-config name: tautulli-config
- mountPath: /var/tmp
name: tmp
volumes: volumes:
- name: tautulli-config - name: tautulli-config
persistentVolumeClaim: persistentVolumeClaim: