mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-06 01:36:20 -03:00
fix(common): ensure /tmp is a emptyDir and not a ramdisk.
Can manually be set to ramdisk where required.
This commit is contained in:
@@ -15,4 +15,4 @@ maintainers:
|
||||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 10.2.0
|
||||
version: 10.2.1
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user