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
40aac55f
Commit
40aac55f
authored
5 years ago
by
Dane Jensen
Committed by
Kubernetes Prow Robot
5 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[stable/telegraph] Added Support for volume mounts on deployment (#19512)
Signed-off-by:
DaneJensen
<
dane.jensen@target.com
>
parent
314d0630
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
Chart.yaml
stable/telegraf/Chart.yaml
+1
-1
deployment.yaml
stable/telegraf/templates/deployment.yaml
+7
-0
No files found.
stable/telegraf/Chart.yaml
View file @
40aac55f
apiVersion
:
v1
name
:
telegraf
version
:
1.
2
.0
version
:
1.
3
.0
appVersion
:
1.12
deprecated
:
false
description
:
Telegraf is an agent written in Go for collecting, processing, aggregating, and writing metrics.
...
...
This diff is collapsed.
Click to expand it.
stable/telegraf/templates/deployment.yaml
View file @
40aac55f
...
...
@@ -34,6 +34,10 @@ spec:
volumeMounts
:
-
name
:
config
mountPath
:
/etc/telegraf
{{
- range .Values.volumeMounts
}}
-
name
:
{{
.name
}}
mountPath
:
{{
.mountPath
}}
{{
- end
}}
{{
- if .Values.imagePullSecrets
}}
imagePullSecrets
:
{{
toYaml .Values.imagePullSecrets | indent 8
}}
...
...
@@ -42,3 +46,6 @@ spec:
-
name
:
config
configMap
:
name
:
{{
include "telegraf.fullname" .
}}
{{
- if .Values.volumeMounts
}}
{{
toYaml .Values.volumeMounts | indent 6
}}
{{
- end
}}
This diff is collapsed.
Click to expand it.
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