fix typo in CRD schema
This commit is contained in:
parent
bde522ba2a
commit
50a8bf5fee
|
|
@ -491,7 +491,7 @@ spec:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- evenType
|
- eventType
|
||||||
properties:
|
properties:
|
||||||
eventType:
|
eventType:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
|
|
@ -489,7 +489,7 @@ spec:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
type: object
|
type: object
|
||||||
required:
|
required:
|
||||||
- evenType
|
- eventType
|
||||||
properties:
|
properties:
|
||||||
eventType:
|
eventType:
|
||||||
type: string
|
type: string
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue