From d52f402b54bfc5309a1484020c39117734171e83 Mon Sep 17 00:00:00 2001 From: Jeff Billimek Date: Wed, 15 May 2019 16:43:43 -0400 Subject: [PATCH] changing readme for comcast chart --- comcast/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comcast/README.md b/comcast/README.md index 8684d763..09b44fc8 100644 --- a/comcast/README.md +++ b/comcast/README.md @@ -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, ```console -$ helm install --name my-release \ +helm install --name my-release \ --set config.comcast.username=tonystark,config.comcast.password=mypassword \ 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, ```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.