diff --git a/charts/kong/README.md b/charts/kong/README.md index 4cfec3920..de965975e 100644 --- a/charts/kong/README.md +++ b/charts/kong/README.md @@ -691,7 +691,7 @@ Kong is going to be deployed. #### Kong Enterprise Docker registry access Kong Enterprise versions 2.2 and earlier use a private Docker registry and -require a pull secret. If you use 2.3 or newer, you can skip this step. +require a pull secret. **If you use 2.3 or newer, you can skip this step.** You should have received credentials to log into https://bintray.com/kong after purchasing Kong Enterprise. After logging in, you can retrieve your API key diff --git a/charts/kong/ci/test5-values.yaml b/charts/kong/ci/test5-values.yaml index 4987d4e7b..d346399e5 100644 --- a/charts/kong/ci/test5-values.yaml +++ b/charts/kong/ci/test5-values.yaml @@ -1,8 +1,11 @@ # This tests the following unrelated aspects of Ingress Controller # - ingressController deploys with a database -# - TODO database-backed proxy works _without_ stream listens -# This test is a duplicate of test2-values.yaml to handle the https://github.com/Kong/charts/issues/295 -# workaround when the socket file is _not_ created +# - TODO remove this test when https://github.com/Kong/charts/issues/295 is solved +# and its associated wait-for-db workaround is removed. +# This test is similar to test2-values.yaml, but lacks a stream listen. +# wait-for-db will _not_ create a socket file. This test ensures the workaround +# does not interfere with startup when there is no file to remove. + ingressController: enabled: true installCRDs: false