Skip to content

Commit

Permalink
fix elastic
Browse files Browse the repository at this point in the history
Signed-off-by: SamiulSourav <[email protected]>
  • Loading branch information
SamiulSourav committed Aug 22, 2024
1 parent f84e278 commit a3e917d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/kubedbcom-elasticsearch-editor-options/ui/create-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,14 +171,14 @@ steps:
text: Machine
onChange: setResourceLimit|topology/master
schema:
$ref: schema#/properties/spec/properties/topology/master/podResources/properties/machine
$ref: schema#/properties/spec/properties/topology/properties/master/properties/podResources/properties/machine
type: select
- computed: setLimitsCpuOrMem|topology/master
disabled: isMachineNotCustom|topology/master
label:
text: labels.resources
schema:
$ref: schema#/properties/spec/properties/topology/master/podResources/properties/resources
$ref: schema#/properties/spec/properties/topology/properties/master/properties/podResources/properties/resources
type: resource-input-form
label:
text: labels.machine_profile
Expand Down Expand Up @@ -212,14 +212,14 @@ steps:
text: Machine
onChange: setResourceLimit|topology/data
schema:
$ref: schema#/properties/spec/properties/topology/data/podResources/properties/machine
$ref: schema#/properties/spec/properties/topology/properties/data/properties/podResources/properties/machine
type: select
- computed: setLimitsCpuOrMem|topology/data
disabled: isMachineNotCustom|topology/data
label:
text: labels.resources
schema:
$ref: schema#/properties/spec/properties/topology/data/podResources/properties/resources
$ref: schema#/properties/spec/properties/topology/properties/data/properties/podResources/properties/resources
type: resource-input-form
label:
text: labels.machine_profile
Expand Down Expand Up @@ -253,14 +253,14 @@ steps:
text: Machine
onChange: setResourceLimit|topology/ingest
schema:
$ref: schema#/properties/spec/properties/topology/ingest/podResources/properties/machine
$ref: schema#/properties/spec/properties/topology/properties/ingest/properties/podResources/properties/machine
type: select
- computed: setLimitsCpuOrMem|topology/ingest
disabled: isMachineNotCustom|topology/ingest
label:
text: labels.resources
schema:
$ref: schema#/properties/spec/properties/topology/ingest/podResources/properties/resources
$ref: schema#/properties/spec/properties/topology/properties/ingest/properties/podResources/properties/resources
type: resource-input-form
label:
text: labels.machine_profile
Expand Down

0 comments on commit a3e917d

Please sign in to comment.