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 name: common
sources: null sources: null
type: library 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) # [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)
# @default -- See below # @default -- See below
varrun: varrun:
enabled: true enabled: false
type: emptyDir type: emptyDir
mountPath: /var/run mountPath: /var/run
# -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead # -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead
# of the storage medium that backs the node. # of the storage medium that backs the node.
medium: Memory medium: Memory
# -- If the `SizeMemoryBackedVolumes` feature gate is enabled, you can # -- If the `SizeMemoryBackedVolumes` feature gate is enabled, you can
# specify a size for memory backed volumes. # specify a size for memory backed volumes.
sizeLimit: # 1Gi sizeLimit: # 1Gi