changing readme for comcast chart

This commit is contained in:
Jeff Billimek 2019-05-15 16:43:43 -04:00
parent 426f77ec01
commit d52f402b54

View File

@ -59,7 +59,7 @@ The following tables lists the configurable parameters of the Sentry chart and t
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
```console ```console
$ helm install --name my-release \ helm install --name my-release \
--set config.comcast.username=tonystark,config.comcast.password=mypassword \ --set config.comcast.username=tonystark,config.comcast.password=mypassword \
billimek/comcast billimek/comcast
``` ```
@ -67,7 +67,7 @@ $ helm install --name my-release \
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,
```console ```console
$ helm install --name my-release -f values.yaml billimek/comcast 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](values.yaml) file. It has several commented out suggested values.