[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:
Pierre Margueritte
2018-11-14 08:35:15 -08:00
committed by k8s-ci-robot
parent edc8d66a0c
commit 9e6a3616f1
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: datadog
version: 1.10.1
version: 1.10.2
appVersion: 6.6.0
description: DataDog Agent
keywords:
+4
View File
@@ -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: