mirror of
https://github.com/truecharts/charts.git
synced 2026-07-12 06:01:24 -03:00
(fix) limit the varrun emptyDir to s6 overlay related content
This commit is contained in:
@@ -595,10 +595,10 @@ persistence:
|
||||
# -- Create an emptyDir volume to share between all containers
|
||||
# [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)
|
||||
# @default -- See below
|
||||
varrun:
|
||||
varruns6:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /var/run
|
||||
mountPath: /var/run/s6
|
||||
|
||||
# -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead
|
||||
# of the storage medium that backs the node.
|
||||
|
||||
Reference in New Issue
Block a user