Skip to content

Commit

Permalink
chage flag name
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller committed Nov 4, 2024
1 parent 5e1e31e commit 6f27453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func main() {
"If set, HTTP/2 will be enabled for the metrics and webhook servers")
flag.StringVar(&promotionStrategyRequeue, "promotion-strategy-requeue-duration", "60s",
"How frequently to requeue promotion strategy resources for auto reconciliation")
flag.StringVar(&changeTransferPolicyRequeue, "proposed-commit-requeue-duration", "60s",
flag.StringVar(&changeTransferPolicyRequeue, "change-transfer-policy-requeue-duration", "60s",
"How frequently to requeue proposed commit resources for auto reconciliation")
opts := zap.Options{
Development: true,
Expand Down

0 comments on commit 6f27453

Please sign in to comment.