From 4076def32ab20b68b54705ed9198b6fa3bd7ab90 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 26 Sep 2021 11:19:35 +0200 Subject: [PATCH] (fix) limit the varrun emptyDir to s6 overlay related content --- charts/library/common/values.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 01d92453e57..36fd4c68026 100644 --- a/charts/library/common/values.yaml +++ b/charts/library/common/values.yaml @@ -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.