Remove condition for mouting directory (#14591)

Signed-off-by: Ting Tu <ting.tu@datadoghq.com>
This commit is contained in:
Ting Tu
2019-06-07 06:47:59 -07:00
committed by Kubernetes Prow Robot
parent aa8351f4fb
commit 2b2ba748fe
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: datadog
version: 1.30.8
version: 1.30.9
appVersion: 6.10.1
description: DataDog Agent
keywords:
+2 -2
View File
@@ -218,7 +218,7 @@ spec:
- name: pointerdir
mountPath: /opt/datadog-agent/run
{{- end }}
{{- if (and (.Values.datadog.logsEnabled) (.Values.datadog.logsConfigContainerCollectAll)) }}
{{- if .Values.datadog.logsEnabled }}
- name: logpodpath
mountPath: /var/log/pods
readOnly: true
@@ -284,7 +284,7 @@ spec:
path: {{ default "/var/lib/datadog-agent/logs" .Values.datadog.logsPointerHostPath | quote }}
name: pointerdir
{{- end }}
{{- if (and (.Values.datadog.logsEnabled) (.Values.datadog.logsConfigContainerCollectAll)) }}
{{- if .Values.datadog.logsEnabled }}
- hostPath:
path: /var/log/pods
name: logpodpath