Allow an empty "" runtimeHandler

This commit is contained in:
Tim Allclair 2018-10-08 19:02:03 -07:00
parent a4aab0e1e7
commit db776ace25

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])?)*)?$'