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
56ef1efc
Unverified
Commit
56ef1efc
authored
Mar 20, 2024
by
Paulo Dias
Committed by
GitHub
Mar 20, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: [telegraf-operator] add support for disabling the flag…
feat: [telegraf-operator] add support for disabling the flag --enable-default-internal-plugin (#630)
parent
c7232e87
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
Chart.yaml
charts/telegraf-operator/Chart.yaml
+1
-1
deployment.yaml
charts/telegraf-operator/templates/deployment.yaml
+2
-0
values.yaml
charts/telegraf-operator/values.yaml
+1
-0
No files found.
charts/telegraf-operator/Chart.yaml
View file @
56ef1efc
...
@@ -30,7 +30,7 @@ type: application
...
@@ -30,7 +30,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# to the chart and its templates, including the app version.
version
:
1.
3.12
version
:
1.
4.0
# This is the version number of the application being deployed. This version number should be
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
# incremented each time you make changes to the application.
...
...
charts/telegraf-operator/templates/deployment.yaml
View file @
56ef1efc
...
@@ -28,7 +28,9 @@ spec:
...
@@ -28,7 +28,9 @@ spec:
args
:
args
:
-
"
--telegraf-default-class={{
.Values.classes.default
}}"
-
"
--telegraf-default-class={{
.Values.classes.default
}}"
-
--telegraf-classes-directory=/etc/telegraf-operator
-
--telegraf-classes-directory=/etc/telegraf-operator
{{
- if eq .Values.enableDefaultInternalPlugin true
}}
-
--enable-default-internal-plugin
-
--enable-default-internal-plugin
{{
- end
}}
-
"
--telegraf-image={{
.Values.image.sidecarImage
}}"
-
"
--telegraf-image={{
.Values.image.sidecarImage
}}"
{{
- if eq .Values.requireAnnotationsForSecret true
}}
{{
- if eq .Values.requireAnnotationsForSecret true
}}
-
"
--require-annotations-for-secret"
-
"
--require-annotations-for-secret"
...
...
charts/telegraf-operator/values.yaml
View file @
56ef1efc
...
@@ -53,6 +53,7 @@ nodeSelector: {}
...
@@ -53,6 +53,7 @@ nodeSelector: {}
tolerations
:
[]
tolerations
:
[]
affinity
:
{}
affinity
:
{}
requireAnnotationsForSecret
:
false
requireAnnotationsForSecret
:
false
enableDefaultInternalPlugin
:
true
# allow hot reload ; disabled by default to support versions of telegraf
# allow hot reload ; disabled by default to support versions of telegraf
# that do not support hot-reload and --watch-config flag
# that do not support hot-reload and --watch-config flag
hotReload
:
false
hotReload
:
false
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