Make use of shm. It was present in volume but was not mounted. (#7634)

Signed-off-by: Néstor Salceda <nestor.salceda@sysdig.com>
This commit is contained in:
Néstor Salceda
2018-09-11 12:37:28 -07:00
committed by k8s-ci-robot
parent 502b838cf5
commit 4345edd2b0
3 changed files with 9 additions and 1 deletions
+6
View File
@@ -3,6 +3,12 @@
This file documents all notable changes to Sysdig Falco Helm Chart. The release
numbering uses [semantic versioning](http://semver.org).
## v0.3.1
### Minor Changes
* Mount in memory volume for shm. It was used in volumes but was not mounted.
## v0.3.0
### Major Changes
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: falco
version: 0.3.0
version: 0.3.1
appVersion: 0.11.1
description: Sysdig Falco
keywords:
+2
View File
@@ -52,6 +52,8 @@ spec:
- mountPath: /host/usr
name: usr-fs
readOnly: true
- mountPath: /dev/shm
name: dshm
{{- if (and .Values.ebpf.enabled .Values.ebpf.settings.mountEtcVolume) }}
- mountPath: /host/etc
name: etc-fs