Skip to content

Commit

Permalink
apps wc: enable matchConditions for hnc webhook by default
Browse files Browse the repository at this point in the history
  • Loading branch information
lunkan93 committed Aug 23, 2024
1 parent 5924752 commit f8246a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/wc-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ hnc:
## Enables HA mode for hnc webhooks
ha: true

## This feature is only available in Kubernetes v1.28+ (https://kubernetes.io/docs/reference/access-authn-authz/extensible-admission-controllers/#matching-requests-matchconditions)
## It will be changed to true by default when v1.27 is closer to EOL.
webhookMatchConditions: false
webhookMatchConditions: true

## Webhook deployment configuration, only used if hnc.ha is true
webhook:
Expand Down

0 comments on commit f8246a7

Please sign in to comment.