mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
adding newline to values.yaml file
This commit is contained in:
parent
372381f88e
commit
402740ac73
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user