fixing comcast chart README (#21)

* fixing comcast README

* bumping chart version

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2019-05-26 16:42:46 -04:00 committed by GitHub
parent 98f572ef60
commit 9159b65fbf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
apiVersion: v1
name: comcast
version: 1.0.2
version: 1.0.3
appVersion: 1.0.0
description: periodic comcast data usage checks and save the results to InfluxDB
keywords:

View File

@ -34,7 +34,7 @@ The command removes all the Kubernetes components associated with the chart and
## Configuration
The configuration is set as a block of text through a configmap and mouted as a file in /src/config.ini Any value in this text block should match the defined Comcast configuration. There are several values here that will have to match our kubernetes configuration.
The configuration is set as a block of text through a configmap and mounted as a file in /src/config.ini Any value in this text block should match the defined Comcast configuration. There are several values here that will have to match our kubernetes configuration.
## Configuration
@ -70,7 +70,7 @@ Alternatively, a YAML file that specifies the values for the above parameters ca
helm install --name my-release -f values.yaml billimek/comcast
```
Read through the [values.yaml](values.yaml) file. It has several commented out suggested values.
Read through the [values.yaml](https://github.com/billimek/billimek-charts/blob/master/comcast/values.yaml) file. It has several commented out suggested values.
## InfluxDB metrics
```