adding newline to values.yaml file

This commit is contained in:
Jeff Billimek 2019-05-15 16:08:14 -04:00
parent 372381f88e
commit 402740ac73

View File

@ -20,17 +20,17 @@ resources: {}
nodeSelector: {} nodeSelector: {}
debug: false debug: false
config: config:
# how many seconds to wait between checks # how many seconds to wait between checks
delay: 3600 delay: 3600
influxdb: influxdb:
# host/port/database are mandatory - change as needed # host/port/database are mandatory - change as needed
host: influxdb-influxdb host: influxdb-influxdb
port: 8086 port: 8086
database: comcast database: comcast
# username: # username:
# password: # password:
ssl: false ssl: false
comcast: comcast:
# username/password are mandatory and must be populated # username/password are mandatory and must be populated
username: someuser username: someuser
password: somepassword password: somepassword