mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: coscale
|
||||
version: 0.2.0
|
||||
version: 0.2.1
|
||||
appVersion: 3.9.1
|
||||
description: CoScale Agent
|
||||
keywords:
|
||||
|
||||
@@ -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 |
|
||||
|-----------------------------|------------------------------------|-------------------------------------------|
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user