stable/telegraf add podAnnotations (#13237)

Signed-off-by: Steven Chung <schung@mesosphere.io>
This commit is contained in:
Steve Chung
2019-04-26 08:48:28 -07:00
committed by Kubernetes Prow Robot
parent 2d8b1e6662
commit cddc416a72
3 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: telegraf
version: 1.0.0
version: 1.1.0
appVersion: 1.9
deprecated: false
description: Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
@@ -17,6 +17,10 @@ spec:
labels:
app.kubernetes.io/name: {{ include "telegraf.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if .Values.podAnnotations }}
annotations:
{{ toYaml .Values.podAnnotations | indent 8 }}
{{- end }}
spec:
containers:
- name: {{ .Chart.Name }}
+2
View File
@@ -9,6 +9,8 @@ image:
tag: "1.9-alpine"
pullPolicy: IfNotPresent
podAnnotations: {}
## Configure resource requests and limits
## ref: http://kubernetes.io/docs/user-guide/compute-resources/
resources: {}