From 97feacc3b59a8bea3ccaedd119d107a694bd36ef Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 21 Mar 2018 19:30:02 +0800 Subject: [PATCH] Typo fix in coscale/README.md (#4306) * add version for coscale add version for coscale * Typo fix in coscale/README.md Typo fix in coscale/README.md * [linter] fix indentation of values.yaml --- stable/coscale/Chart.yaml | 2 +- stable/coscale/README.md | 2 +- stable/coscale/values.yaml | 18 +++++++++--------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/stable/coscale/Chart.yaml b/stable/coscale/Chart.yaml index b77ae9c375..76fed92957 100755 --- a/stable/coscale/Chart.yaml +++ b/stable/coscale/Chart.yaml @@ -1,5 +1,5 @@ name: coscale -version: 0.2.0 +version: 0.2.1 appVersion: 3.9.1 description: CoScale Agent keywords: diff --git a/stable/coscale/README.md b/stable/coscale/README.md index 6e7f13ef02..5948f050bd 100644 --- a/stable/coscale/README.md +++ b/stable/coscale/README.md @@ -37,7 +37,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the CoScale chart and their default values. +The following table lists the configurable parameters of the CoScale chart and their default values. | Parameter | Description | Default | |-----------------------------|------------------------------------|-------------------------------------------| diff --git a/stable/coscale/values.yaml b/stable/coscale/values.yaml index 59559572f5..c9dccfe5e3 100644 --- a/stable/coscale/values.yaml +++ b/stable/coscale/values.yaml @@ -1,19 +1,19 @@ # Default values for CoScale Helm package. image: - repository: "coscale/coscale-agent" - tag: "3.10.11" - pullPolicy: "IfNotPresent" + repository: "coscale/coscale-agent" + tag: "3.10.11" + pullPolicy: "IfNotPresent" coscale: - # Required: You need a CoScale AppId before running agents. - appId: "" + # Required: You need a CoScale AppId before running agents. + appId: "" - # Required: You need a CoScale AccessToken before running agents. - accessToken: "" + # Required: You need a CoScale AccessToken before running agents. + accessToken: "" - # Required: You need a CoScale TemplateId before running agents. - templateId: "" + # Required: You need a CoScale TemplateId before running agents. + templateId: "" resources: requests: