[stable/filebeat] Use data.hostPath in Pod Security Policy (#15974)

Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
This commit is contained in:
Marc Sensenich
2019-08-15 14:30:35 -07:00
committed by Kubernetes Prow Robot
parent 4b2992c6ab
commit 13b04f1b30
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
description: A Helm chart to collect Kubernetes logs with filebeat
icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg
name: filebeat
version: 2.0.1
version: 2.0.2
appVersion: 7.0.1
home: https://www.elastic.co/products/beats/filebeat
sources:
@@ -16,7 +16,7 @@ spec:
readOnly: true
- pathPrefix: /var/lib/docker/containers
readOnly: true
- pathPrefix: /var/lib/filebeat
- pathPrefix: {{ .Values.data.hostPath }}
requiredDropCapabilities:
- ALL
volumes: