* fix typos

* Update Chart.yaml

* Update Chart.yaml
This commit is contained in:
Mike
2018-02-19 21:51:38 -08:00
committed by k8s-ci-robot
parent 481a7c5a16
commit 7fd40f7373
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -10,5 +10,5 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/kong
version: 0.1.1
version: 0.1.2
appVersion: 0.12.1
+2 -2
View File
@@ -93,7 +93,7 @@ Postgres is enabled by default.
| Parameter | Description | Default |
| ------------------------------ | -------------------------------------------------------------------- | ------------------- |
| cassandra.enabled | Spin up a new cassandra cluster for Kong | `false` |
| postgres.enabled | Spin up a new postgres instance for Kong | `true ` |
| postgresql.enabled | Spin up a new postgres instance for Kong | `true ` |
| env.database | Choose either `postgres` or `cassandra` | `postgres` |
| env.pg_user | Postgres username | `kong` |
| env.pg_database | Postgres database name | `kong` |
@@ -111,7 +111,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
```console
$ helm install stable/kong --name my-release \
--set=image.tag=0.11.2,database.type=caasandra,cassandra.enabled=true
--set=image.tag=0.11.2,env.database=cassandra,cassandra.enabled=true
```
Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example,