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
No known key found for this signature in database
GPG Key ID: 4CDAD4A532BC1EDB
2 changed files with 3 additions and 3 deletions

View File

@ -15,4 +15,4 @@ maintainers:
name: common
sources: null
type: library
version: 8.0.6
version: 8.0.7

View File

@ -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.