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
4106a8bd
Unverified
Commit
4106a8bd
authored
Sep 24, 2020
by
Michael André Pearce
Committed by
GitHub
Sep 24, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Support being able to set securityContext (#153)
* Support being able to set securityContext * Bump chart version Co-authored-by:
timhallinflux
<
timhallinflux@users.noreply.github.com
>
parent
54713408
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
Chart.yaml
charts/telegraf/Chart.yaml
+1
-1
deployment.yaml
charts/telegraf/templates/deployment.yaml
+4
-0
No files found.
charts/telegraf/Chart.yaml
View file @
4106a8bd
apiVersion
:
v1
name
:
telegraf
version
:
1.7.2
3
version
:
1.7.2
4
appVersion
:
1.14
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
charts/telegraf/templates/deployment.yaml
View file @
4106a8bd
...
...
@@ -24,6 +24,10 @@ spec:
{{
toYaml .Values.podAnnotations | indent 8
}}
{{
- end
}}
spec
:
{{
- if .Values.securityContext
}}
securityContext
:
{{
toYaml .Values.securityContext | indent 8
}}
{{
- end
}}
serviceAccountName
:
{{
template "telegraf.serviceAccountName" .
}}
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