argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
18.04k stars 5.51k forks source link

hydrator: switch to grpc new client #20843

Open ashutosh16 opened 1 week ago

ashutosh16 commented 1 week ago

Summary

Instead of using grpc.Dial use the grpc.NewClient

Motivation

grpc-go