Skip to content

Commit

Permalink
Update flag for disk usage (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew DeVenny <matt@boxboat.com>
  • Loading branch information
matthewdevenny committed Aug 3, 2021
1 parent e647f6a commit 7db027f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Flags:
--registry-host string registry host (default "127.0.0.1:5000")
--registry-scheme string registry scheme (default "http")
--separate-disk registry on separate disk or mount - use optimized disk size calculation
--target-byte-usage string target usage of disk for a clean cycle, a scheduled clean cycle will clean tags until this threshold is met (default "50Gi")
--target-disk-usage string target usage of disk for a clean cycle, a scheduled clean cycle will clean tags until this threshold is met (default "50Gi")
--timezone string timezone string to use for scheduling based on the cron-string (default "Local")
--use-forwarded-headers use x-forwarded headers

Expand Down
2 changes: 1 addition & 1 deletion cmd/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ func init() {

startProxyCmd.Flags().StringVar(
&proxyArgs.TargetDiskSizeByteString,
"target-byte-usage",
"target-disk-usage",
"50Gi",
"target usage of disk for a clean cycle, a scheduled clean cycle will clean tags until this threshold is met")

Expand Down

0 comments on commit 7db027f

Please sign in to comment.