Commit d494c470 authored by Jack Zampolin's avatar Jack Zampolin

Fix hostname change on redeploy

parent 4b784ecc
......@@ -20,7 +20,7 @@ spec:
resources:
{{ toYaml .Values.daemonset.resources | indent 10 }}
env:
- name: NODE_IP
- name: HOSTNAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
......
......@@ -171,7 +171,7 @@ single:
debug: false
quiet: false
logfile: ""
hostname: ""
hostname: "telegraf-polling-service"
omit_hostname: false
outputs:
influxdb:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment