mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix a couple verison numbers in the README (#10570)
Signed-off-by: stackedsax <ascammon@hotmail.com> Fix a couple verison numbers in the README Fix a couple verison numbers in the README
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
acd282c4cc
commit
e9ac047ad4
@@ -10,5 +10,5 @@ maintainers:
|
||||
name: kong
|
||||
sources:
|
||||
- https://github.com/Kong/kong
|
||||
version: 0.9.0
|
||||
version: 0.9.1
|
||||
appVersion: 1.0.0
|
||||
|
||||
@@ -122,13 +122,13 @@ Postgres is enabled by default.
|
||||
| env.cassandra_keyspace | Cassandra keyspace | `kong` |
|
||||
| env.cassandra_repl_factor | Replication factor for the Kong keyspace | `2` |
|
||||
|
||||
For complete list of Kong configurations please check https://getkong.org/docs/0.11.x/configuration/.
|
||||
For complete list of Kong configurations please check https://getkong.org/docs/1.0.x/configuration/.
|
||||
|
||||
Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
|
||||
|
||||
```console
|
||||
$ helm install stable/kong --name my-release \
|
||||
--set=image.tag=0.11.2,env.database=cassandra,cassandra.enabled=true
|
||||
--set=image.tag=1.0.0,env.database=cassandra,cassandra.enabled=true
|
||||
```
|
||||
|
||||
Alternatively, a YAML file that specifies the values for the above parameters
|
||||
@@ -161,13 +161,15 @@ declare the the Kong configurations and synchronize the configuration with the
|
||||
Kong admin API. Each of this new objects declared in Kubernetes have a
|
||||
one-to-one relation with a Kong resource.
|
||||
The custom resources are:
|
||||
|
||||
- KongConsumer
|
||||
- KongCredential
|
||||
- kongPlugin
|
||||
- KongPlugin
|
||||
- KongIngress
|
||||
|
||||
You can can learn about kong ingress custom resource definitions here:
|
||||
https://github.com/Kong/kubernetes-ingress-controller/blob/master/docs/custom-types.md
|
||||
|
||||
- [https://github.com/Kong/kubernetes-ingress-controller/blob/master/docs/custom-resources.md]()
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| --------------- | ----------------------------------------- | ---------------------------------------------------------------------------- |
|
||||
|
||||
Reference in New Issue
Block a user