Skip to content

Commit

Permalink
feat(admission) enable the webhook by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rainest committed Jan 31, 2023
1 parent d6e2c1f commit 1661f57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@

* Enable users to specify their own labels and annotations to generated PodSecurityPolicy
[#721](https://github.com/Kong/charts/pull/721)
* Enable the admission webhook by default. This can reject configuration, but
is not expected to be a meaningfully breaking change. Existing configuration
is not affected, and any new changes that the webhook would reject would also
be rejected by Kong.

## 2.15.3

Expand Down
2 changes: 1 addition & 1 deletion charts/kong/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ ingressController:
# TZ: "Europe/Berlin"

admissionWebhook:
enabled: false
enabled: true
failurePolicy: Ignore
port: 8080
certificate:
Expand Down

0 comments on commit 1661f57

Please sign in to comment.