Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: 1gtm <[email protected]>
  • Loading branch information
1gtm authored Jan 24, 2024
1 parent dd37aac commit 6bb872d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 27 deletions.
12 changes: 3 additions & 9 deletions charts/kubedb-crds/crds/kubedb.com_druids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ spec:
type:
type: string
required:
- configSecret
- type
type: object
disableSecurity:
Expand Down Expand Up @@ -99,8 +98,8 @@ spec:
type: string
namespace:
type: string
required:
- name
type:
type: string
type: object
podTemplate:
properties:
Expand Down Expand Up @@ -3455,9 +3454,6 @@ spec:
type: array
type: object
type: object
replicas:
format: int32
type: integer
serviceTemplates:
items:
properties:
Expand Down Expand Up @@ -24360,13 +24356,11 @@ spec:
type: string
pathsBase:
type: string
required:
- name
type: object
required:
- deepStorage
- metadataStorage
- version
- zooKeeper
type: object
status:
properties:
Expand Down
12 changes: 3 additions & 9 deletions charts/kubedb-ui-server/crds/kubedb.com_druids.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ spec:
type:
type: string
required:
- configSecret
- type
type: object
disableSecurity:
Expand Down Expand Up @@ -99,8 +98,8 @@ spec:
type: string
namespace:
type: string
required:
- name
type:
type: string
type: object
podTemplate:
properties:
Expand Down Expand Up @@ -3455,9 +3454,6 @@ spec:
type: array
type: object
type: object
replicas:
format: int32
type: integer
serviceTemplates:
items:
properties:
Expand Down Expand Up @@ -24360,13 +24356,11 @@ spec:
type: string
pathsBase:
type: string
required:
- name
type: object
required:
- deepStorage
- metadataStorage
- version
- zooKeeper
type: object
status:
properties:
Expand Down
12 changes: 3 additions & 9 deletions crds/kubedb-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49259,7 +49259,6 @@ spec:
type:
type: string
required:
- configSecret
- type
type: object
disableSecurity:
Expand Down Expand Up @@ -49295,8 +49294,8 @@ spec:
type: string
namespace:
type: string
required:
- name
type:
type: string
type: object
podTemplate:
properties:
Expand Down Expand Up @@ -52651,9 +52650,6 @@ spec:
type: array
type: object
type: object
replicas:
format: int32
type: integer
serviceTemplates:
items:
properties:
Expand Down Expand Up @@ -73556,13 +73552,11 @@ spec:
type: string
pathsBase:
type: string
required:
- name
type: object
required:
- deepStorage
- metadataStorage
- version
- zooKeeper
type: object
status:
properties:
Expand Down

0 comments on commit 6bb872d

Please sign in to comment.