diff --git a/stable/sumologic-fluentd/Chart.yaml b/stable/sumologic-fluentd/Chart.yaml index baad9205d7..e00e20c9b5 100755 --- a/stable/sumologic-fluentd/Chart.yaml +++ b/stable/sumologic-fluentd/Chart.yaml @@ -1,5 +1,5 @@ name: sumologic-fluentd -version: 0.8.0 +version: 0.8.1 appVersion: 2.1.0 description: Sumologic Log Collector keywords: diff --git a/stable/sumologic-fluentd/templates/daemonset.yaml b/stable/sumologic-fluentd/templates/daemonset.yaml index 4061a06a3a..f950a6a7b5 100644 --- a/stable/sumologic-fluentd/templates/daemonset.yaml +++ b/stable/sumologic-fluentd/templates/daemonset.yaml @@ -61,6 +61,10 @@ spec: secretKeyRef: name: "{{ template "sumologic-fluentd.fullname" . }}" key: collector-url + - name: K8S_NODE_NAME + valueFrom: + fieldRef: + fieldPath: spec.nodeName - name: FLUENTD_SOURCE value: {{ quote .Values.sumologic.fluentdSource }} {{- if .Values.sumologic.fluentdUserConfigDir }}