File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,9 @@ func main() {
131131 Scheme : scheme ,
132132 Metrics : metricsserver.Options {
133133 BindAddress : cfg .ControllerManager .Metrics .BindAddress ,
134+ FilterProvider : filters .WithAuthenticationAndAuthorization ,
134135 SecureServing : true ,
135136 TLSOpts : tlsOpts ,
136- FilterProvider : filters .WithAuthenticationAndAuthorization ,
137137 },
138138 WebhookServer : webhook .NewServer (webhook.Options {
139139 TLSOpts : tlsOpts ,
Original file line number Diff line number Diff line change 1010 health:
1111 bindAddress: ":8081"
1212 metrics:
13- bindAddress: "127.0.0.1 :8443"
13+ bindAddress: ":8443"
1414 leaderElection: true
Original file line number Diff line number Diff line change 1010 health:
1111 bindAddress: ":8081"
1212 metrics:
13- bindAddress: "127.0.0.1 :8443"
13+ bindAddress: ":8443"
1414 leaderElection: true
You can’t perform that action at this time.
0 commit comments