Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
8c7cef42
Commit
8c7cef42
authored
Oct 20, 2019
by
Sébastien Prud'homme
Committed by
Kubernetes Prow Robot
Oct 20, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/telegraf] recreates pods when config change (#18143)
Signed-off-by:
Sébastien Prud'homme
<
sebastien.prudhomme@gmail.com
>
parent
885f6b97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Chart.yaml
stable/telegraf/Chart.yaml
+1
-1
deployment.yaml
stable/telegraf/templates/deployment.yaml
+3
-2
No files found.
stable/telegraf/Chart.yaml
View file @
8c7cef42
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.
...
...
stable/telegraf/templates/deployment.yaml
View file @
8c7cef42
...
...
@@ -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
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment