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
d534df36
Unverified
Commit
d534df36
authored
Mar 17, 2022
by
Bastien Dronneau
Committed by
GitHub
Mar 17, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(telegraf): configmap rendering error (#442)
* fix(telegraf): configmap rendering error * bump version Co-authored-by:
Ales Pour
<
ales.pour@bonitoo.io
>
parent
d0e9600b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Chart.yaml
charts/telegraf/Chart.yaml
+1
-1
configmap.yaml
charts/telegraf/templates/configmap.yaml
+1
-1
No files found.
charts/telegraf/Chart.yaml
View file @
d534df36
apiVersion
:
v2
name
:
telegraf
version
:
1.8.1
6
version
:
1.8.1
7
appVersion
:
1.21.4
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
charts/telegraf/templates/configmap.yaml
View file @
d534df36
...
...
@@ -6,7 +6,7 @@ metadata:
{{
- include "telegraf.labels" . | nindent 4
}}
data
:
telegraf.conf
:
|+
{{- $tplVersion := include "detect.version" .
-
}}
{{- $tplVersion := include "detect.version" . }}
{{ template "global_tags" .Values.config.global_tags }}
{{ template "agent" .Values.config.agent }}
{{ template "processors" (list $tplVersion .Values.config.processors) }}
...
...
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