mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-01-23 23:49:12 +00:00
fixing comcast chart README (#21)
* fixing comcast README * bumping chart version Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
parent
98f572ef60
commit
9159b65fbf
@ -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:
|
||||
|
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user