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 966e1af commit fe45543Copy full SHA for fe45543
cmd/main.go
@@ -81,6 +81,7 @@ func main() {
81
WithLogger(logger).
82
WithMetricAddress(config.MetricsAddr).
83
WithProbeAddress(config.ProbeAddr).
84
+ WithPprofBindAddress(config.PprofAddress).
85
WithLeaderElection(config.EnableLeaderElection).
86
WithAtlasDomain(config.AtlasDomain).
87
WithAPISecret(config.GlobalAPISecret).
0 commit comments