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
1d311adb
Unverified
Commit
1d311adb
authored
Jan 27, 2022
by
James Valente
Committed by
GitHub
Jan 27, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
telegraf-ds: support annotations on serviceaccount (#414)
parent
bea84730
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletion
+7
-1
Chart.yaml
charts/telegraf-ds/Chart.yaml
+1
-1
serviceaccount.yaml
charts/telegraf-ds/templates/serviceaccount.yaml
+4
-0
values.yaml
charts/telegraf-ds/values.yaml
+2
-0
No files found.
charts/telegraf-ds/Chart.yaml
View file @
1d311adb
apiVersion
:
v1
name
:
telegraf-ds
version
:
1.0.2
8
version
:
1.0.2
9
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/serviceaccount.yaml
View file @
1d311adb
...
...
@@ -5,4 +5,8 @@ metadata:
name
:
{{
include "telegraf.serviceAccountName" .
}}
labels
:
{{
- include "telegraf.labels" . | nindent 4
}}
{{
- with .Values.serviceAccount.annotations
}}
annotations
:
{{
- toYaml . | nindent 4
}}
{{
- end
}}
{{
- end
}}
charts/telegraf-ds/values.yaml
View file @
1d311adb
...
...
@@ -79,6 +79,8 @@ serviceAccount:
# The name of the ServiceAccount to use.
# If not set and create is true, a name is generated using the fullname template
# name:
# Annotations for the ServiceAccount
annotations
:
{}
## Specify priorityClassName
## Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
...
...
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