Skip to content

Commit 5560070

Browse files
committed
fix clickhouse, weaviate
Signed-off-by: Samiul <samiul@appscode.com>
1 parent 038a7ab commit 5560070

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

charts/opskubedbcom-clickhouseopsrequest-editor/ui/create-ui.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ step:
120120
- header: Replica
121121
init:
122122
type: func
123-
value: setValueFromDbDetails|/spec/replicas
123+
value: setValueFromDbDetails|/spec/clusterTopology/cluster/replicas
124124
label: Replicas
125-
schema: schema/properties/spec/properties/horizontalScaling/properties/member
125+
schema: schema/properties/spec/properties/horizontalScaling/properties/replicas
126126
subtitle: Define the total number of replicas for the database. Increasing
127127
replicas improves fault tolerance and load distribution , while reducing
128128
replicas conserves resources
@@ -131,9 +131,6 @@ step:
131131
label: Each replica represents an independent copy of your database. For example,
132132
setting this to 3 creates three copies of the database for better availability.
133133
type: info
134-
if:
135-
name: ifDbTypeEqualsTo|cluster|horizontalScaling
136-
type: function
137134
type: horizontal-layout
138135
fixedBlock: true
139136
if:

charts/opskubedbcom-weaviateopsrequest-editor/ui/create-ui.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ step:
122122
type: func
123123
value: setValueFromDbDetails|/spec/replicas
124124
label: Replicas
125-
schema: schema/properties/spec/properties/horizontalScaling/properties/member
125+
schema: schema/properties/spec/properties/horizontalScaling/properties/node
126126
subtitle: Define the total number of replicas for the database. Increasing
127127
replicas improves fault tolerance and load distribution , while reducing
128128
replicas conserves resources
@@ -131,9 +131,6 @@ step:
131131
label: Each replica represents an independent copy of your database. For example,
132132
setting this to 3 creates three copies of the database for better availability.
133133
type: info
134-
if:
135-
name: ifDbTypeEqualsTo|cluster|horizontalScaling
136-
type: function
137134
type: horizontal-layout
138135
fixedBlock: true
139136
if:

0 commit comments

Comments
 (0)