Skip to content

Commit

Permalink
feat: Removed duplicated HOSTIP (#603)
Browse files Browse the repository at this point in the history
  • Loading branch information
caiocfer authored Oct 24, 2023
1 parent bf79f8f commit 114ad57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/telegraf-ds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: telegraf-ds
version: 1.1.17
appVersion: 1.28.2
version: 1.1.18
appVersion: 1.28.3
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
keywords:
Expand Down
4 changes: 0 additions & 4 deletions charts/telegraf-ds/templates/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ spec:
{{ toYaml .Values.args | indent 8 }}
{{- end }}
env:
- name: HOSTIP
valueFrom:
fieldRef:
fieldPath: status.hostIP
{{ toYaml .Values.env | indent 8 }}
{{- if .Values.envFromSecret }}
envFrom:
Expand Down

0 comments on commit 114ad57

Please sign in to comment.