File tree Expand file tree Collapse file tree 2 files changed +19
-20
lines changed
charts/hwameistor/hwameistor Expand file tree Collapse file tree 2 files changed +19
-20
lines changed Original file line number Diff line number Diff line change 101101 "enableHA" : {
102102 "title" : " EnableHA" ,
103103 "type" : " boolean" ,
104- "default" : true ,
105104 "description" : " If enabled, you need install drbd kernel module on each node first" ,
106105 "ui:hidden" : " {{rootFormData.config.EnableDRBD === false}}"
107106 },
108- "Replicas" : {
109- "title" : " Replicas 1 " ,
107+ "Replicas 1 " : {
108+ "title" : " Replicas" ,
110109 "type" : " integer" ,
111110 "default" : 1 ,
112111 "description" : " Replicas can be converted from 1 to 2 when HA is enabled" ,
113112 "ui:hidden" : " {{rootFormData.config.EnableDRBD === true}}"
114113 },
115- "Replicas" : {
116- "title" : " Replicas 2 " ,
114+ "Replicas 2 " : {
115+ "title" : " Replicas" ,
117116 "type" : " integer" ,
118117 "default" : 2 ,
119118 "description" : " Replicas can be converted from 1 to 2 when HA is enabled" ,
Original file line number Diff line number Diff line change @@ -16,20 +16,20 @@ global:
1616# StorageClass Settings
1717storageClass :
1818 # If enabled, a hwameistor storageclass will be created in your system
19- - enabled : true
20- # If enabled, hwameistor storageclass will be a default storageclass in system
21- # Attention: ensure your system doesn't have any default storageclass before
22- # more info: https://kubernetes.io/docs/tasks/administer-cluster/change-default-storage-class/
23- default : false
24- # If allowed, volume can be expanded by modify pvc related field
25- allowVolumeExpansion : true
26- convertible : false
27- reclaimPolicy : Delete
28- # If enabled, you need install drbd kernel module on each node first
29- enableHA : false
30- # Represent which kind disk will be used to provision volume
31- diskType : HDD
32- fsType : xfs
19+ enabled : true
20+ # If enabled, hwameistor storageclass will be a default storageclass in system
21+ # Attention: ensure your system doesn't have any default storageclass before
22+ # more info: https://kubernetes.io/docs/tasks/administer-cluster/change-default-storage-class/
23+ default : false
24+ # If allowed, volume can be expanded by modify pvc related field
25+ allowVolumeExpansion : true
26+ convertible : false
27+ reclaimPolicy : Delete
28+ # If enabled, you need install drbd kernel module on each node first
29+ enableHA : false
30+ # Represent which kind disk will be used to provision volume
31+ diskType : HDD
32+ fsType : xfs
3333
3434# storageNodes means the nodes will be used for creating local volumes
3535storageNodes : []
@@ -123,4 +123,4 @@ localStorageCSIController:
123123 resizer :
124124 imageRepository : sig-storage/csi-resizer
125125 tag : v1.0.1
126- resources : {}
126+ resources : {}
You can’t perform that action at this time.
0 commit comments