Skip to content

Commit

Permalink
Follow best practices for metadata plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jvassev committed Jul 5, 2018
1 parent 58d1869 commit d819652
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion log-router/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
apiVersion: v1
description: Distribution of Fluentd as K8S daemonset
name: log-router
version: 0.2.1
version: 0.2.2
5 changes: 5 additions & 0 deletions log-router/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ spec:
containers:
- name: fluentd
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
env:
- name: K8S_NODE_NAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
imagePullPolicy: {{ .Values.image.pullPolicy }}
volumeMounts:
- name: fluentconf
Expand Down

0 comments on commit d819652

Please sign in to comment.