Skip to content

Commit

Permalink
feat: disable secure option when deploy cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
YenchangChan committed Jan 6, 2024
1 parent 1dcc7c9 commit e08f984
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/schema_ui.go
Expand Up @@ -179,6 +179,7 @@ func RegistCreateClusterSchema() common.ConfigParams {
LabelEN: "TLS Secure",
Default: "false",
Required: "false",
Editable: "false",
})
params.MustRegister(conf, "ZkNodes", &common.Parameter{
LabelZH: "ZooKeeper集群结点列表",
Expand Down

0 comments on commit e08f984

Please sign in to comment.