mirror of
https://github.com/outbackdingo/Biohazard.git
synced 2026-03-22 03:39:53 +00:00
fix(ocis): add tmpfs
This commit is contained in:
@@ -110,6 +110,13 @@ spec:
|
||||
path: "/etc/ocis"
|
||||
- subPath: "varlib"
|
||||
path: "/var/lib/ocis"
|
||||
tmp:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
medium: Memory
|
||||
globalMounts:
|
||||
- subPath: "tmp"
|
||||
path: "/tmp"
|
||||
defaultPodOptions:
|
||||
automountServiceAccountToken: false
|
||||
enableServiceLinks: false
|
||||
|
||||
Reference in New Issue
Block a user