Kong / kong-operator

Kong Operator for Kubernetes and OpenShift
https://konghq.com
Apache License 2.0
58 stars 27 forks source link

fix: update ingress example in README.md to v1 #68

Closed shaneutt closed 3 years ago

shaneutt commented 3 years ago

I noticed while testing v0.9.0 that our Ingress example in the main README.md quickstart guide was out of date (and would break on v1.22.x). This patch just updates it to a v1 resource, and I manually tested that it all works.

shaneutt commented 3 years ago

The test failure seems unrelated as this was a README only change, pushing through but I will take a more holistic look at the CI in this repo.