Skip to content

Commit

Permalink
fix(*) export the new variable to be compatible with Kong 3.0.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
aboudreault authored and Tieske committed Jun 20, 2022
1 parent 6632d88 commit 8ff0122
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,8 @@ The result should be a new PR on the Pongo repo.
* Fix: Upgrade cassandra image from 3.9 to 3.11 for M1 chip
[#269](https://github.com/Kong/kong-pongo/pull/269)
* Export the new `KONG_SPEC_TEST_REDIS_HOST` variable to be compatible with Kong 3.0.0+
---
## 1.0.0 released 1-Feb-2022
Expand Down
2 changes: 2 additions & 0 deletions assets/pongo_entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ export KONG_LOG_LEVEL=debug

# export Pongo's redis instance to the Kong test-helpers
export KONG_SPEC_REDIS_HOST=redis
# Kong test-helpers 3.0.0+
export KONG_SPEC_TEST_REDIS_HOST=redis

# set the certificate store
export KONG_LUA_SSL_TRUSTED_CERTIFICATE=/etc/ssl/certs/ca-certificates.crt
Expand Down

0 comments on commit 8ff0122

Please sign in to comment.