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
f5ab001d
Unverified
Commit
f5ab001d
authored
Jan 25, 2022
by
eacherkan-aternity
Committed by
GitHub
Jan 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Telegraf-DS: parametrize the pod's SecurityContext (#409)
parent
f1fde8a3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
Chart.yaml
charts/telegraf-ds/Chart.yaml
+1
-1
daemonset.yaml
charts/telegraf-ds/templates/daemonset.yaml
+5
-0
values.yaml
charts/telegraf-ds/values.yaml
+3
-0
No files found.
charts/telegraf-ds/Chart.yaml
View file @
f5ab001d
apiVersion
:
v1
name
:
telegraf-ds
version
:
1.0.2
7
version
:
1.0.2
8
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/daemonset.yaml
View file @
f5ab001d
...
...
@@ -83,3 +83,7 @@ spec:
dnsConfig
:
{{
toYaml . | indent 8
}}
{{
- end
}}
{{
- with .Values.podSecurityContext
}}
securityContext
:
{{
toYaml . | indent 8
}}
{{
- end
}}
\ No newline at end of file
charts/telegraf-ds/values.yaml
View file @
f5ab001d
...
...
@@ -84,6 +84,9 @@ serviceAccount:
## Ref: https://kubernetes.io/docs/concepts/configuration/pod-priority-preemption/
# priorityClassName: system-node-critical
# Specify the pod's SecurityContext, including the OS user and group to run the pod
podSecurityContext
:
{}
override_config
:
toml
:
~
# Provide a literal TOML config
...
...
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