fix(ocis): add tmpfs

This commit is contained in:
JJGadgets
2024-04-25 05:03:24 +08:00
parent e32babdc57
commit 94ef69fac2

View File

@@ -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