Skip to content

Commit

Permalink
Fix build; Import CRDs (#912)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha authored Mar 8, 2024
1 parent 437bd21 commit cabc977
Show file tree
Hide file tree
Showing 74 changed files with 28,928 additions and 11,022 deletions.
44 changes: 44 additions & 0 deletions charts/kubedb-catalog/crds/catalog.kubedb.com_mariadbversions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,50 @@ spec:
type: object
spec:
properties:
archiver:
properties:
addon:
properties:
name:
enum:
- mongodb-addon
- postgres-addon
- mysql-addon
- mariadb-addon
type: string
tasks:
properties:
manifestBackup:
properties:
name:
type: string
required:
- name
type: object
manifestRestore:
properties:
name:
type: string
required:
- name
type: object
volumeSnapshot:
properties:
name:
type: string
required:
- name
type: object
type: object
type: object
walg:
properties:
image:
type: string
required:
- image
type: object
type: object
coordinator:
properties:
image:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
- mongodb-addon
- postgres-addon
- mysql-addon
- mariadb-addon
type: string
tasks:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
- mongodb-addon
- postgres-addon
- mysql-addon
- mariadb-addon
type: string
tasks:
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ spec:
- mongodb-addon
- postgres-addon
- mysql-addon
- mariadb-addon
type: string
tasks:
properties:
Expand Down
Loading

0 comments on commit cabc977

Please sign in to comment.