disable varrun memory mount by default

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-29 13:41:17 +02:00
parent 5aa477cc59
commit a008a19157
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 8.0.9
version: 8.0.10
+1 -3
View File
@@ -591,14 +591,12 @@ persistence:
# [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)
# @default -- See below
varrun:
enabled: true
enabled: false
type: emptyDir
mountPath: /var/run
# -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead
# of the storage medium that backs the node.
medium: Memory
# -- If the `SizeMemoryBackedVolumes` feature gate is enabled, you can
# specify a size for memory backed volumes.
sizeLimit: # 1Gi