Skip to content

Commit

Permalink
chore: change flag name to CTP (#101)
Browse files Browse the repository at this point in the history
chage flag name

Signed-off-by: Zach Aller <[email protected]>
  • Loading branch information
zachaller authored Nov 7, 2024
1 parent 1b42290 commit be1f75f
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 be1f75f

Please sign in to comment.