Skip to content

Commit

Permalink
connectivitycheckcontroller: disable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezl committed Sep 30, 2020
1 parent 87dc142 commit 25a66f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func NewKubeAPIServerConnectivityCheckController(
configInformers.Config().V1().Infrastructures().Informer(),
},
recorder,
true,
false,
),
}
generator := &connectivityCheckTemplateProvider{
Expand Down

0 comments on commit 25a66f6

Please sign in to comment.