Unverified Commit 114ad570 authored by Caio Cesar Ferreira's avatar Caio Cesar Ferreira Committed by GitHub

feat: Removed duplicated HOSTIP (#603)

parent bf79f8f9
apiVersion: v1 apiVersion: v1
name: telegraf-ds name: telegraf-ds
version: 1.1.17 version: 1.1.18
appVersion: 1.28.2 appVersion: 1.28.3
deprecated: false deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics. description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords: keywords:
......
...@@ -40,10 +40,6 @@ spec: ...@@ -40,10 +40,6 @@ spec:
{{ toYaml .Values.args | indent 8 }} {{ toYaml .Values.args | indent 8 }}
{{- end }} {{- end }}
env: env:
- name: HOSTIP
valueFrom:
fieldRef:
fieldPath: status.hostIP
{{ toYaml .Values.env | indent 8 }} {{ toYaml .Values.env | indent 8 }}
{{- if .Values.envFromSecret }} {{- if .Values.envFromSecret }}
envFrom: envFrom:
......
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