revert /var/run mount fix on common
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user