revert /var/run mount fix on common
This commit is contained in:
parent
1f42ebdd4a
commit
665d7282df
|
@ -15,4 +15,4 @@ maintainers:
|
|||
name: common
|
||||
sources: null
|
||||
type: library
|
||||
version: 8.0.6
|
||||
version: 8.0.7
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue