Skip to content

Commit

Permalink
Improve flag description
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Addison <lukeaddison785@gmail.com>
  • Loading branch information
dippynark committed Nov 23, 2023
1 parent c7fe1fb commit 7cdefb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ var (
disabledBuiltins = util.NewFlagSet()
enableK8sCel = flag.Bool("experimental-enable-k8s-native-validation", false, "PROTOTYPE (not stable): enable the validating admission policy driver")
externaldataProviderResponseCacheTTL = flag.Duration("external-data-provider-response-cache-ttl", 3*time.Minute, "TTL for the external data provider response cache. Specify the duration in 'h', 'm', or 's' for hours, minutes, or seconds respectively. Defaults to 3 minutes if unspecified. Setting the TTL to 0 disables the cache.")
shutdownWaitPeriod = flag.Duration("shutdown-wait-period", 10*time.Second, "time to wait before shutting down")
shutdownWaitPeriod = flag.Duration("shutdown-wait-period", 10*time.Second, "The amount of time to wait before shutting down")
)

func init() {
Expand Down

0 comments on commit 7cdefb4

Please sign in to comment.