Skip to content

Commit

Permalink
Update install/01_clusterautoscaler.crd.yaml
Browse files Browse the repository at this point in the history
Accept review suggestion to fix bug in regex

Co-authored-by: Joel Speed <Joel.speed@hotmail.co.uk>
  • Loading branch information
Steven Hardy and JoelSpeed committed Aug 4, 2020
1 parent 089ada1 commit 18d899c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/01_clusterautoscaler.crd.yaml
Expand Up @@ -55,7 +55,7 @@ spec:
numbers each with optional fraction and a unit
suffix, eg "300ms", "1.5h" or "2h45m". Valid time
units are "ns", "us" (or "µs"), "ms", "s", "m", "h".
pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h)*)+$
pattern: ^([0-9]+(\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$
type: string
maxPodGracePeriod:
description: Gives pods graceful termination time before scaling down
Expand Down

0 comments on commit 18d899c

Please sign in to comment.