fixing linting (#15)

* fixing linting

* bumping chart version

* fixing comment linting error

* removing trailing spaces
This commit is contained in:
Jeff Billimek 2019-05-15 21:47:11 -04:00 committed by GitHub
parent 49f5027b6b
commit d708128847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 16 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1 apiVersion: v1
name: uptimerobot name: uptimerobot
version: 1.1.2 version: 1.1.3
appVersion: 1.1.0 appVersion: 1.1.0
description: A tool to get statistics from Uptime Robot and log it into InfluxDB description: A tool to get statistics from Uptime Robot and log it into InfluxDB
keywords: keywords:

View File

@ -18,19 +18,19 @@ resources: {}
# cpu: 100m # cpu: 100m
# memory: 128Mi # memory: 128Mi
nodeSelector: {} nodeSelector: {}
delay: 300 # number of seconds to wait between collections # number of seconds to wait between collections
delay: 300
config: config:
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
protocol: http protocol: http
database: uptimerobot database: uptimerobot
# username: # username:
# password: # password:
uptimerobot: uptimerobot:
# API key is mandatory and must be populated # API key is mandatory and must be populated
apikey: someapikey apikey: someapikey
# logs_limit: 100 # logs_limit: 100
# response_times_limit: 100 # response_times_limit: 100