From 2b3a55955db4c35a6fa62dd4aee85dd9296cd40f Mon Sep 17 00:00:00 2001 From: Matheus Fidelis Date: Wed, 27 Mar 2024 07:37:13 -0300 Subject: [PATCH] fix(review): fixing typos --- pkg/flags/flags.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,