From 665d7282dfbefcc2d2458475f1e0b43bb5fc86c6 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 26 Sep 2021 12:08:10 +0200 Subject: [PATCH] revert /var/run mount fix on common --- charts/library/common/Chart.yaml | 2 +- charts/library/common/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/library/common/Chart.yaml b/charts/library/common/Chart.yaml index bff6fcad4fd..d32a61b4ad6 100644 --- a/charts/library/common/Chart.yaml +++ b/charts/library/common/Chart.yaml @@ -15,4 +15,4 @@ maintainers: name: common sources: null type: library -version: 8.0.6 +version: 8.0.7 diff --git a/charts/library/common/values.yaml b/charts/library/common/values.yaml index 36fd4c68026..01d92453e57 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 - varruns6: + varrun: enabled: true type: emptyDir - mountPath: /var/run/s6 + mountPath: /var/run # -- Set the medium to "Memory" to mount a tmpfs (RAM-backed filesystem) instead # of the storage medium that backs the node.