Skip to content

Commit

Permalink
update using a self-signed certificate will be used
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed Oct 24, 2023
1 parent fad5877 commit 19e7b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ var _ = BeforeSuite(func() {
Scheme: scheme,
Metrics: metricsserver.Options{
BindAddress: bindAddress,
CertDir: webhookInstallOptions.LocalServingCertDir,
//CertDir: webhookInstallOptions.LocalServingCertDir,
},
LeaderElection: false,
})
Expand Down

0 comments on commit 19e7b2e

Please sign in to comment.