diff --git a/pkg/flags/flags.go b/pkg/flags/flags.go index fe28351349b4..5891f636b315 100644 --- a/pkg/flags/flags.go +++ b/pkg/flags/flags.go @@ -132,7 +132,7 @@ Requires setting the publish-service parameter to a valid Service reference.`) electionID = flags.String("election-id", "ingress-controller-leader", `Election id to use for Ingress status updates.`) - electionTTL = flags.Duration("election-ttl", 30 * time.Second, + electionTTL = flags.Duration("election-ttl", 30*time.Second, `Duration a leader election is valid before it's getting re-elected`) updateStatusOnShutdown = flags.Bool("update-status-on-shutdown", true,