Allow user to override value of influxdb image (#1642)

Co-authored-by: Vishal <vishal-biyani@users.noreply.github.com>
This commit is contained in:
David Young
2020-07-23 14:50:50 +05:30
committed by GitHub
co-authored by Vishal
parent 28f5cd7852
commit 892da2478b
2 changed files with 8 additions and 3 deletions
+5
View File
@@ -269,6 +269,11 @@ analyticsNonHelmInstall: false
## Enable Heapster only in clusters where heapster does not exist already
heapster: false
## Enable InfluxDB
influxdb:
enabled: true
image: influxdb:1.7
# Allow user to override busybox image used in fluent-bit init container
busyboxImage: busybox