fix(common): ensure /tmp is a emptyDir and not a ramdisk.

Can manually be set to ramdisk where required.
This commit is contained in:
Kjeld Schouten-Lebbing
2022-07-09 16:19:04 +02:00
parent d605843c4f
commit 805c8bdd16
2 changed files with 2 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 10.2.0
version: 10.2.1

View File

@@ -776,7 +776,7 @@ persistence:
mountPath: /tmp
# -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead
# of the storage medium that backs the node.
medium: Memory
medium: # Memory
# -- If the `SizeMemoryBackedVolumes` feature gate is enabled, you can
# specify a size for memory backed volumes.
sizeLimit: # 1Gi