Skip to content

Commit

Permalink
fleet-autoscaler-validationfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SaitejaTamma committed Aug 4, 2022
1 parent 0143fd2 commit f510bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install/helm/agones/templates/crds/fleetautoscaler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
type: string
minLength: 1
maxLength: 63
pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
pattern: "^[a-z0-9]([-\\.a-z0-9]*[a-z0-9])?$"
policy:
type: object
required:
Expand Down
2 changes: 1 addition & 1 deletion install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4662,7 +4662,7 @@ spec:
type: string
minLength: 1
maxLength: 63
pattern: "^[a-z0-9]([-a-z0-9]*[a-z0-9])?$"
pattern: "^[a-z0-9]([-\\.a-z0-9]*[a-z0-9])?$"
policy:
type: object
required:
Expand Down

0 comments on commit f510bbf

Please sign in to comment.