Skip to content

Commit

Permalink
chore(*): add mount propagation (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
caicloud-bot committed Aug 29, 2019
1 parent 98908d6 commit bd87bb3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions release/logging-filebeat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,15 @@ _config:
- name: varlog
path: /opt/filebeat
subpath: filebeat
propagation: HostToContainer
- name: varlibdocker
path: /var/lib/docker
readonly: true
propagation: HostToContainer
- name: docker-sock
path: /var/run/docker.sock
readonly: true
propagation: HostToContainer
- image: '[[ registry_release ]]/beat-exporter:v0.1.2'
imagePullPolicy: Always
resources:
Expand Down

0 comments on commit bd87bb3

Please sign in to comment.