Skip to content

Commit

Permalink
Re-add accidently removed validator
Browse files Browse the repository at this point in the history
  • Loading branch information
ciarams87 committed Jul 11, 2023
1 parent 2a30772 commit e6d57f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/state/graph/gateway_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func newListenerConfiguratorFactory(
},
https: &listenerConfigurator{
validators: []listenerValidator{
validateListenerAllowedRouteKind,
validateListenerLabelSelector,
validateListenerHostname,
createHTTPSListenerValidator(),
Expand Down

0 comments on commit e6d57f1

Please sign in to comment.