mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
stable/telegraf add podAnnotations (#13237)
Signed-off-by: Steven Chung <schung@mesosphere.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
2d8b1e6662
commit
cddc416a72
@@ -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 }}
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user