Skip to content

Commit

Permalink
Add logging-section to InfluxDB configmap and values (helm#9967)
Browse files Browse the repository at this point in the history
* Add the logging-section to configmap and values

Signed-off-by: Jens Puruckherr <[email protected]>

* Add logging-section to InfluxDB configmap and values

Signed-off-by: Jens Puruckherr <[email protected]>

* influxdb chart version bump

Signed-off-by: Jens Puruckherr <[email protected]>

* resolve conflict in influxdb chart version

Signed-off-by: Jens Puruckherr <[email protected]>

* influxdb chart version bump

Signed-off-by: Jens Puruckherr <[email protected]>

* influxdb chart version bump

Signed-off-by: Jens Puruckherr <[email protected]>

* Update Chart.yaml

Signed-off-by: Matt Farina <[email protected]>
  • Loading branch information
giddel authored and k8s-ci-robot committed Feb 26, 2019
1 parent 7f76e96 commit f8acff1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/influxdb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: influxdb
version: 1.1.2
version: 1.1.3
appVersion: 1.7.3
description: Scalable datastore for metrics, events, and real-time analytics.
keywords:
Expand Down
5 changes: 4 additions & 1 deletion stable/influxdb/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,4 +154,7 @@ data:
enabled = {{ .Values.config.continuous_queries.enabled }}
run-interval = "{{ .Values.config.continuous_queries.run_interval }}"
[logging]
format = "{{ .Values.config.logging.format }}"
level = "{{ .Values.config.logging.level }}"
supress-logo = {{ .Values.config.logging.supress_logo }}
4 changes: 4 additions & 0 deletions stable/influxdb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,7 @@ config:
log_enabled: true
enabled: true
run_interval: 1s
logging:
format: auto
level: info
supress_logo: false

0 comments on commit f8acff1

Please sign in to comment.