Skip to content

Commit

Permalink
Disable apiserver health check
Browse files Browse the repository at this point in the history
  • Loading branch information
airycanon committed Dec 5, 2024
1 parent a56348f commit 224b08d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/apiserver_receive_adapter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const (
func main() {
ctx := signals.NewContext()
ctx = adapter.WithInjectorEnabled(ctx)
ctx = adapter.WithHealthProbesDisabled(ctx)

ctx = filteredFactory.WithSelectors(ctx,
auth.OIDCLabelSelector,
Expand Down

0 comments on commit 224b08d

Please sign in to comment.