Make /var/tmp writable
This commit is contained in:
parent
2353ddb68b
commit
3656236e5b
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user