Skip to content

Commit

Permalink
minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
steveww committed Mar 19, 2021
1 parent 5a22b10 commit fbd4024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion fluentd/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ RUN apk update && \
RUN fluent-gem install fluent-plugin-elasticsearch && \
fluent-gem install fluent-plugin-kubernetes_metadata_filter && \
fluent-gem install fluent-plugin-multi-format-parser
USER fluent

1 change: 1 addition & 0 deletions fluentd/Kubernetes/fluentd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ spec:
- name: varlibdockercontainers
mountPath: /var/lib/docker/containers
readOnly: true
imagePullPolicy: Always
volumes:
- name: fluentd-config
configMap:
Expand Down

0 comments on commit fbd4024

Please sign in to comment.