Skip to content

Commit

Permalink
Fix zookeeper schema
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha committed Jan 1, 2025
1 parent 7e84932 commit c418c18
Show file tree
Hide file tree
Showing 10 changed files with 34,042 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/kubedbcom-elasticsearch-editor/ui/edit-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2209,12 +2209,12 @@ steps:
type: boolean
elements:
- computed: isBindingAlreadyOn
label:
label:
text: Expose Binding
onChange: addOrRemoveBinding
type: switch
schema:
$ref: discriminator#/properties/binding
type: switch
type: single-step-form
id: binding
title: steps.13.label
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedbcom-kafka-editor/ui/edit-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1148,12 +1148,12 @@ steps:
type: boolean
elements:
- computed: isBindingAlreadyOn
label:
label:
text: Expose Binding
onChange: addOrRemoveBinding
type: switch
schema:
$ref: discriminator#/properties/binding
type: switch
type: single-step-form
id: binding
title: steps.8.label
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedbcom-mariadb-editor/ui/edit-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1245,12 +1245,12 @@ steps:
type: boolean
elements:
- computed: isBindingAlreadyOn
label:
label:
text: Expose Binding
onChange: addOrRemoveBinding
type: switch
schema:
$ref: discriminator#/properties/binding
type: switch
type: single-step-form
id: binding
title: steps.11.label
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedbcom-mongodb-editor/ui/edit-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2363,12 +2363,12 @@ steps:
type: boolean
elements:
- computed: isBindingAlreadyOn
label:
label:
text: Expose Binding
onChange: addOrRemoveBinding
type: switch
schema:
$ref: discriminator#/properties/binding
type: switch
type: single-step-form
id: binding
title: steps.12.label
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedbcom-mysql-editor/ui/edit-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1284,12 +1284,12 @@ steps:
type: boolean
elements:
- computed: isBindingAlreadyOn
label:
label:
text: Expose Binding
onChange: addOrRemoveBinding
type: switch
schema:
$ref: discriminator#/properties/binding
type: switch
type: single-step-form
id: binding
title: steps.11.label
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedbcom-redis-editor/ui/edit-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1647,12 +1647,12 @@ steps:
type: boolean
elements:
- computed: isBindingAlreadyOn
label:
label:
text: Expose Binding
onChange: addOrRemoveBinding
type: switch
schema:
$ref: discriminator#/properties/binding
type: switch
type: single-step-form
id: binding
title: steps.11.label
Expand Down
4 changes: 2 additions & 2 deletions charts/kubedbcom-singlestore-editor/ui/edit-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -765,12 +765,12 @@ steps:
type: boolean
elements:
- computed: isBindingAlreadyOn
label:
label:
text: Expose Binding
onChange: addOrRemoveBinding
type: switch
schema:
$ref: discriminator#/properties/binding
type: switch
type: single-step-form
id: binding
title: steps.11.label
Expand Down
11 changes: 10 additions & 1 deletion charts/kubedbcom-zookeeper-editor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
annotations:
meta.x-helm.dev/editor: '{"group":"kubedb.com","version":"v1alpha2","resource":"zookeepers"}'
meta.x-helm.dev/form-keys: monitoringCoreosComPrometheusRule
meta.x-helm.dev/resource-keys: autoscalingKubedbComZooKeeperAutoscaler,catalogAppscodeComZooKeeperBinding,kubedbComZooKeeper
meta.x-helm.dev/resource-keys: autoscalingKubedbComZooKeeperAutoscaler,catalogAppscodeComZooKeeperBinding,coreKubestashComBackupBlueprint,coreKubestashComBackupConfiguration,coreKubestashComRestoreSession,kubedbComZooKeeper
meta.x-helm.dev/resources: |
- group: autoscaling.kubedb.com
kind: ZooKeeperAutoscaler
version: v1alpha1
- group: catalog.appscode.com
kind: ZooKeeperBinding
version: v1alpha1
- group: core.kubestash.com
kind: BackupBlueprint
version: v1alpha1
- group: core.kubestash.com
kind: BackupConfiguration
version: v1alpha1
- group: core.kubestash.com
kind: RestoreSession
version: v1alpha1
- group: kubedb.com
kind: ZooKeeper
version: v1alpha2
Expand Down
Loading

0 comments on commit c418c18

Please sign in to comment.