mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/filebeat] Use data.hostPath in Pod Security Policy (#15974)
Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4b2992c6ab
commit
13b04f1b30
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user