Fix CRD manifest yaml
This commit is contained in:
parent
e2aad06bc4
commit
68aeb30ae8
@ -29,6 +29,19 @@ spec:
|
||||
- name: v1
|
||||
served: true
|
||||
storage: true
|
||||
schema:
|
||||
openAPIV3Schema:
|
||||
type: object
|
||||
properties:
|
||||
spec:
|
||||
type: object
|
||||
properties:
|
||||
cronSpec:
|
||||
type: string
|
||||
image:
|
||||
type: string
|
||||
replicas:
|
||||
type: integer
|
||||
scope: Namespaced
|
||||
names:
|
||||
plural: crontabs
|
||||
|
||||
Loading…
Reference in New Issue
Block a user