paperless-ngx: Make /run writable
The latest version of Paperless-ngx needs a writable `/run` or it will not even start.
This commit is contained in:
@@ -126,7 +126,7 @@ spec:
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
- name: run
|
||||
mountPath: /run/supervisord
|
||||
mountPath: /run
|
||||
- name: logs
|
||||
mountPath: /var/log/supervisord
|
||||
subPath: supervisord
|
||||
|
||||
Reference in New Issue
Block a user