From 9159b65fbf13eb1f4119df6603eb7c255b7809fd Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Sun, 26 May 2019 16:42:46 -0400 Subject: [PATCH] fixing comcast chart README (#21) * fixing comcast README * bumping chart version Signed-off-by: Jeff Billimek --- comcast/Chart.yaml | 2 +- comcast/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/comcast/Chart.yaml b/comcast/Chart.yaml index c77d9e72..1ba4abb4 100644 --- a/comcast/Chart.yaml +++ b/comcast/Chart.yaml @@ -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: diff --git a/comcast/README.md b/comcast/README.md index 9249ce7e..f68fc414 100644 --- a/comcast/README.md +++ b/comcast/README.md @@ -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 ```