Skip to content

Commit

Permalink
fix vm template client connection (hobbyfarm#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipAB committed Jul 15, 2024
1 parent 5d6ba31 commit 93f08a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/services/vmsvc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func main() {
services := []microservices.MicroService{
microservices.AuthN,
microservices.AuthR,
microservices.VMTemplate,
}
connections := microservices.EstablishConnections(services, serviceConfig.ClientCert)
for _, conn := range connections {
Expand Down

0 comments on commit 93f08a1

Please sign in to comment.