mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
502b838cf5
commit
4345edd2b0
@@ -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,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: falco
|
||||
version: 0.3.0
|
||||
version: 0.3.1
|
||||
appVersion: 0.11.1
|
||||
description: Sysdig Falco
|
||||
keywords:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user