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