diff --git a/stable/datadog/Chart.yaml b/stable/datadog/Chart.yaml index fadc7bb8b1..2902035c41 100644 --- a/stable/datadog/Chart.yaml +++ b/stable/datadog/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: datadog -version: 2.3.19 +version: 2.3.20 appVersion: "7" description: Datadog Agent keywords: diff --git a/stable/datadog/templates/container-process-agent.yaml b/stable/datadog/templates/container-process-agent.yaml index 62edabbe1a..1ec24e7f20 100644 --- a/stable/datadog/templates/container-process-agent.yaml +++ b/stable/datadog/templates/container-process-agent.yaml @@ -56,6 +56,9 @@ - name: sysprobe-socket-dir mountPath: /var/run/sysprobe readOnly: true + - name: sysprobe-config + mountPath: /etc/datadog-agent/system-probe.yaml + subPath: system-probe.yaml {{- end }} {{- end }} {{- end -}}