From d70812884778fa5cab3655591a27feb47524a7aa Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 21:47:11 -0400 Subject: [PATCH] fixing linting (#15) * fixing linting * bumping chart version * fixing comment linting error * removing trailing spaces --- uptimerobot/Chart.yaml | 2 +- uptimerobot/values.yaml | 30 +++++++++++++++--------------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/uptimerobot/Chart.yaml b/uptimerobot/Chart.yaml index 609f5c59..a059fdb2 100644 --- a/uptimerobot/Chart.yaml +++ b/uptimerobot/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: uptimerobot -version: 1.1.2 +version: 1.1.3 appVersion: 1.1.0 description: A tool to get statistics from Uptime Robot and log it into InfluxDB keywords: diff --git a/uptimerobot/values.yaml b/uptimerobot/values.yaml index ba1b1b6f..3307b724 100644 --- a/uptimerobot/values.yaml +++ b/uptimerobot/values.yaml @@ -18,19 +18,19 @@ resources: {} # cpu: 100m # memory: 128Mi nodeSelector: {} -delay: 300 # number of seconds to wait between collections +# number of seconds to wait between collections +delay: 300 config: - influxdb: - # host/port/database are mandatory - change as needed - host: influxdb-influxdb - port: 8086 - protocol: http - database: uptimerobot - # username: - # password: - uptimerobot: - # API key is mandatory and must be populated - apikey: someapikey - # logs_limit: 100 - # response_times_limit: 100 - + influxdb: + # host/port/database are mandatory - change as needed + host: influxdb-influxdb + port: 8086 + protocol: http + database: uptimerobot + # username: + # password: + uptimerobot: + # API key is mandatory and must be populated + apikey: someapikey + # logs_limit: 100 + # response_times_limit: 100