add /tmp
This commit is contained in:
parent
e79d23c022
commit
c9d187c722
1 changed files with 4 additions and 0 deletions
|
@ -120,6 +120,10 @@ spec:
|
||||||
defaultMode: 0775
|
defaultMode: 0775
|
||||||
globalMounts:
|
globalMounts:
|
||||||
- readOnly: true
|
- readOnly: true
|
||||||
|
tmp:
|
||||||
|
type: emptyDir
|
||||||
|
globalMounts:
|
||||||
|
- path: /tmp
|
||||||
media:
|
media:
|
||||||
type: nfs
|
type: nfs
|
||||||
server: gandalf.jahanson.tech
|
server: gandalf.jahanson.tech
|
||||||
|
|
Loading…
Reference in a new issue