Allow an empty "" runtimeHandler

pull/58/head
Tim Allclair 2018-10-08 19:02:03 -07:00
parent a4aab0e1e7
commit db776ace25
1 changed files with 1 additions and 1 deletions

View File

@ -23,4 +23,4 @@ spec:
properties:
runtimeHandler:
type: string
pattern: '^[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*$'
pattern: '^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*)?$'