revert /var/run mount fix on common

This commit is contained in:
kjeld Schouten-Lebbing
2021-09-26 12:08:10 +02:00
parent 1f42ebdd4a
commit 665d7282df
2 changed files with 3 additions and 3 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.6 version: 8.0.7
+2 -2
View File
@@ -595,10 +595,10 @@ persistence:
# -- Create an emptyDir volume to share between all containers # -- Create an emptyDir volume to share between all containers
# [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir) # [[ref]]https://kubernetes.io/docs/concepts/storage/volumes/#emptydir)
# @default -- See below # @default -- See below
varruns6: varrun:
enabled: true enabled: true
type: emptyDir type: emptyDir
mountPath: /var/run/s6 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.