We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6acca0 commit 80b4e3cCopy full SHA for 80b4e3c
cmd/main.go
@@ -84,6 +84,7 @@ func main() {
84
WithLogger(logger).
85
WithMetricAddress(config.MetricsAddr).
86
WithProbeAddress(config.ProbeAddr).
87
+ WithPprofBindAddress(config.PprofAddress).
88
WithLeaderElection(config.EnableLeaderElection).
89
WithAtlasDomain(config.AtlasDomain).
90
WithAPISecret(config.GlobalAPISecret).
0 commit comments