Skip to content

Commit

Permalink
fix: do not show cluster types
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkaa authored Jul 1, 2022
1 parent 3096c1a commit 6c8c5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/handler/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (a *api) After() error {
clientKey := serverSecret.Data["server.key.pem"]
regionInfo := make(map[string]interface{})
regionInfo["regionName"] = time.Now().Unix()
regionInfo["regionType"] = []string{""}
regionInfo["regionType"] = []string{"custom"}
regionInfo["sslCaCert"] = string(caPem)
regionInfo["keyFile"] = string(clientKey)
regionInfo["certFile"] = string(clientPem)
Expand Down

0 comments on commit 6c8c5aa

Please sign in to comment.