From 402740ac73caa841de668b32dfdc592070cd2bf4 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 16:08:14 -0400 Subject: [PATCH] adding newline to values.yaml file --- comcast/values.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/comcast/values.yaml b/comcast/values.yaml index d83b3384..1291479f 100644 --- a/comcast/values.yaml +++ b/comcast/values.yaml @@ -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 \ No newline at end of file + # 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