Commit d494c470 authored by Jack Zampolin's avatar Jack Zampolin

Fix hostname change on redeploy

parent 4b784ecc
...@@ -20,7 +20,7 @@ spec: ...@@ -20,7 +20,7 @@ spec:
resources: resources:
{{ toYaml .Values.daemonset.resources | indent 10 }} {{ toYaml .Values.daemonset.resources | indent 10 }}
env: env:
- name: NODE_IP - name: HOSTNAME
valueFrom: valueFrom:
fieldRef: fieldRef:
fieldPath: spec.nodeName fieldPath: spec.nodeName
......
...@@ -171,7 +171,7 @@ single: ...@@ -171,7 +171,7 @@ single:
debug: false debug: false
quiet: false quiet: false
logfile: "" logfile: ""
hostname: "" hostname: "telegraf-polling-service"
omit_hostname: false omit_hostname: false
outputs: outputs:
influxdb: 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