Skip to content
Snippets Groups Projects
Unverified Commit 57f87ba0 authored by Spencer Smith's avatar Spencer Smith Committed by GitHub
Browse files

Merge pull request #2142 from trilogy-group/hotfix/fluentd-template

fix fluentd template
parents 278ac080 12eb2422
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ spec:
volumeMounts:
- name: varlog
mountPath: /var/log
- name: varlibdockercontainers
mountPath: /var/lib/docker/containers
- name: dockercontainers
mountPath: "{{ docker_daemon_graph }}/containers"
readOnly: true
- name: config
mountPath: "{{ fluentd_config_dir }}"
......@@ -49,9 +49,9 @@ spec:
- name: varlog
hostPath:
path: /var/log
- name: varlibdockercontainers
- name: dockercontainers
hostPath:
path: /var/lib/docker/containers
path: {{ docker_daemon_graph }}/containers
- name: config
configMap:
name: fluentd-config
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment