Skip to content

Commit

Permalink
fix: enable Admission webhook for Gateway API v1
Browse files Browse the repository at this point in the history
  • Loading branch information
pangruoran committed Nov 6, 2023
1 parent 7d2bacb commit 6c87209
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
[#926](https://github.com/Kong/charts/pull/926)
* Fix RBAC for Gateway API v1.
[#928](https://github.com/Kong/charts/pull/928)
* Enable Admission webhook for Gateway API v1 resources.
[#928](https://github.com/Kong/charts/pull/928)

## 2.30.0

Expand Down
1 change: 1 addition & 0 deletions charts/kong/templates/admission-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ webhooks:
apiVersions:
- 'v1alpha2'
- 'v1beta1'
- 'v1'
operations:
- CREATE
- UPDATE
Expand Down

0 comments on commit 6c87209

Please sign in to comment.