mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/telegraf] recreates pods when config change (#18143)
Signed-off-by: Sébastien Prud'homme <sebastien.prudhomme@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ef8a37b05e
commit
7df5ddf388
@@ -1,6 +1,6 @@
|
||||
apiVersion: v1
|
||||
name: telegraf
|
||||
version: 1.1.6
|
||||
version: 1.1.7
|
||||
appVersion: 1.12
|
||||
deprecated: false
|
||||
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
|
||||
|
||||
@@ -17,10 +17,11 @@ spec:
|
||||
labels:
|
||||
app.kubernetes.io/name: {{ include "telegraf.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- if .Values.podAnnotations }}
|
||||
annotations:
|
||||
checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}
|
||||
{{- if .Values.podAnnotations }}
|
||||
{{ toYaml .Values.podAnnotations | indent 8 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
spec:
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}
|
||||
|
||||
Reference in New Issue
Block a user