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