Skip to content

Commit

Permalink
fix(review): fixing typos
Browse files Browse the repository at this point in the history
  • Loading branch information
msfidelis committed Mar 27, 2024
1 parent 1ca02d6 commit 2b3a559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flags/flags.go
Expand Up @@ -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,
Expand Down

0 comments on commit 2b3a559

Please sign in to comment.