Skip to content

Commit

Permalink
fix the tls check for tso and scheduling service
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Apr 19, 2024
1 parent 2c38be7 commit c9eed80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/cluster/spec/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,8 @@ func (s *Specification) validateTLSEnabled() error {
for _, c := range compList {
switch c.Name() {
case ComponentPD,
ComponentTSO,
ComponentScheduling,
ComponentTiDB,
ComponentTiKV,
ComponentTiFlash,
Expand Down

0 comments on commit c9eed80

Please sign in to comment.