mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[Datadog] Add /var/run/s6 volume to avoid noexec on some setups (#9275)
Signed-off-by: Pierre <mfpierre@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
edc8d66a0c
commit
9e6a3616f1
@@ -1,5 +1,5 @@
|
||||
name: datadog
|
||||
version: 1.10.1
|
||||
version: 1.10.2
|
||||
appVersion: 6.6.0
|
||||
description: DataDog Agent
|
||||
keywords:
|
||||
|
||||
@@ -151,6 +151,8 @@ spec:
|
||||
- name: cgroups
|
||||
mountPath: /host/sys/fs/cgroup
|
||||
readOnly: true
|
||||
- name: s6-run
|
||||
mountPath: /var/run/s6
|
||||
{{- if (or (.Values.datadog.confd) (.Values.datadog.autoconf)) }}
|
||||
- name: confd
|
||||
mountPath: /conf.d
|
||||
@@ -191,6 +193,8 @@ spec:
|
||||
- hostPath:
|
||||
path: /sys/fs/cgroup
|
||||
name: cgroups
|
||||
- name: s6-run
|
||||
emptyDir: {}
|
||||
{{- if (or (.Values.datadog.confd) (.Values.datadog.autoconf)) }}
|
||||
- name: confd
|
||||
configMap:
|
||||
|
||||
Reference in New Issue
Block a user