Skip to content

Commit

Permalink
fix config service name
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu committed Aug 2, 2024
1 parent cda48d2 commit bf02b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/k8sres.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ func (c *Cluster) serviceName(role PostgresRole) string {
case Replica:
name = fmt.Sprintf("%s-%s", name, "repl")
case Patroni:
name = fmt.Sprintf("%s-%s", name, "repl")
name = fmt.Sprintf("%s-%s", name, "config")
}

return name
Expand Down

0 comments on commit bf02b64

Please sign in to comment.