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
291d14b8
Unverified
Commit
291d14b8
authored
Jan 10, 2022
by
Valeriy Zabawski
Committed by
GitHub
Jan 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix ServiceAccount token mounth path (#361)
Fix issue when a pod with telegraf-ds can't start due to absence of bearer token.
parent
0f954ce6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
Chart.yaml
charts/telegraf-ds/Chart.yaml
+1
-1
configmap.yaml
charts/telegraf-ds/templates/configmap.yaml
+2
-3
No files found.
charts/telegraf-ds/Chart.yaml
View file @
291d14b8
apiVersion
:
v1
name
:
telegraf-ds
version
:
1.0.2
6
version
:
1.0.2
7
appVersion
:
1.21.1
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
charts/telegraf-ds/templates/configmap.yaml
View file @
291d14b8
...
...
@@ -39,6 +39,6 @@ data:
[[inputs.kubernetes]]
url = "https://$HOSTIP:10250"
bearer_token = "/run/secrets/kubernetes.io/serviceaccount/token"
bearer_token = "/
var/
run/secrets/kubernetes.io/serviceaccount/token"
insecure_skip_verify = true
{{
- end
}}
\ No newline at end of file
{{
- end
}}
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