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: {}
|
||||
debug: false
|
||||
config:
|
||||
# how many seconds to wait between checks
|
||||
delay: 3600
|
||||
influxdb:
|
||||
# host/port/database are mandatory - change as needed
|
||||
host: influxdb-influxdb
|
||||
port: 8086
|
||||
database: comcast
|
||||
# username:
|
||||
# password:
|
||||
ssl: false
|
||||
comcast:
|
||||
# username/password are mandatory and must be populated
|
||||
username: someuser
|
||||
password: somepassword
|
||||
# how many seconds to wait between checks
|
||||
delay: 3600
|
||||
influxdb:
|
||||
# host/port/database are mandatory - change as needed
|
||||
host: influxdb-influxdb
|
||||
port: 8086
|
||||
database: comcast
|
||||
# username:
|
||||
# password:
|
||||
ssl: false
|
||||
comcast:
|
||||
# username/password are mandatory and must be populated
|
||||
username: someuser
|
||||
password: somepassword
|
||||
|
Loading…
Reference in New Issue
Block a user