From e9ac047ad47976fe7cf0797272dfc99b8289bcf2 Mon Sep 17 00:00:00 2001 From: Alex Scammon Date: Sat, 12 Jan 2019 19:23:26 -0800 Subject: [PATCH] Fix a couple verison numbers in the README (#10570) Signed-off-by: stackedsax Fix a couple verison numbers in the README Fix a couple verison numbers in the README --- stable/kong/Chart.yaml | 2 +- stable/kong/README.md | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/stable/kong/Chart.yaml b/stable/kong/Chart.yaml index 79d813a2c1..dd374c8a5b 100644 --- a/stable/kong/Chart.yaml +++ b/stable/kong/Chart.yaml @@ -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 diff --git a/stable/kong/README.md b/stable/kong/README.md index 7734220feb..0726ae9c48 100644 --- a/stable/kong/README.md +++ b/stable/kong/README.md @@ -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 | | --------------- | ----------------------------------------- | ---------------------------------------------------------------------------- |