From 9e6a3616f10335fb82eec98056e04b45ab2b98ed Mon Sep 17 00:00:00 2001 From: Pierre Margueritte Date: Wed, 14 Nov 2018 17:35:15 +0100 Subject: [PATCH] [Datadog] Add /var/run/s6 volume to avoid noexec on some setups (#9275) Signed-off-by: Pierre --- stable/datadog/Chart.yaml | 2 +- stable/datadog/templates/daemonset.yaml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index 818da99d38..daef07212b 100755 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,5 +1,5 @@ name: datadog -version: 1.10.1 +version: 1.10.2 appVersion: 6.6.0 description: DataDog Agent keywords: diff --git a/stable/datadog/templates/daemonset.yaml b/stable/datadog/templates/daemonset.yaml index 6e271c77a6..bad851b9bf 100644 --- a/stable/datadog/templates/daemonset.yaml +++ b/stable/datadog/templates/daemonset.yaml @@ -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: