Skip to content

Commit

Permalink
fix tiny
Browse files Browse the repository at this point in the history
  • Loading branch information
shuijing198799 committed Feb 25, 2020
1 parent 0fe8d9d commit 600d987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/manager/member/pump_member_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,8 @@ func getNewPumpConfigMap(tc *v1alpha1.TidbCluster) (*corev1.ConfigMap, error) {
confTextStr,
"[security]",
serviceAccountCAPath,
path.Join(clusterCertPath, "cert"),
path.Join(clusterCertPath, "key")}, "\n")
path.Join(clusterCertPath, "cert.pem"),
path.Join(clusterCertPath, "key.pem")}, "\n")
}
data := map[string]string{
"pump-config": confTextStr,
Expand Down

0 comments on commit 600d987

Please sign in to comment.