Skip to content

Commit

Permalink
CRD fqdn regex is too strict
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Erickson <[email protected]>
  • Loading branch information
Pete Erickson committed Nov 28, 2018
1 parent d6d38c6 commit cbff9e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/render/daemonset-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
properties:
fqdn:
type: string
pattern: ^([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*\.)+[a-z]{2,}$
pattern: ^([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*\.)+[a-z0-9]{2,}$
tls:
properties:
secretName:
Expand Down
2 changes: 1 addition & 1 deletion deployment/render/deployment-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
properties:
fqdn:
type: string
pattern: ^([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*\.)+[a-z]{2,}$
pattern: ^([a-zA-Z0-9]+(-[a-zA-Z0-9]+)*\.)+[a-z0-9]{2,}$
tls:
properties:
secretName:
Expand Down

0 comments on commit cbff9e2

Please sign in to comment.