Skip to content

Commit

Permalink
update[storage-charts-repackage]: add storage-charts-repackage values…
Browse files Browse the repository at this point in the history
….schema.json DRBDStartPort & MaxHAVolumeCount type update

Signed-off-by: jie.li <jie.li@daocloud.io>
  • Loading branch information
angel0507 committed Jan 9, 2023
1 parent 0b28878 commit 7d606a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/hwameistor/hwameistor/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@
"DRBDStartPort": {
"title": "DRBDStartPort",
"type": "integer",
"ui:hidden": "{{rootFormData.config.EnableDRBD === false}}",
"default": 43001
},
"MaxHAVolumeCount": {
"title": "MaxHAVolumeCount",
"type": "integer",
"ui:hidden": "{{rootFormData.config.EnableDRBD === false}}",
"default": 1000
}
}
Expand Down

0 comments on commit 7d606a1

Please sign in to comment.