Skip to content

Commit

Permalink
fix: etcd insecure
Browse files Browse the repository at this point in the history
Signed-off-by: 逆流而上 <[email protected]>
  • Loading branch information
DokiDoki1103 committed Jan 25, 2024
1 parent d5fc884 commit b7ee978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/component/etcd/etcdComponent.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ func (e *Component) Start(ctx context.Context, cfg *configs.Config) error {
return err
}
config.TLS = tlsConfig
} else {
config.DialOptions = []grpc.DialOption{grpc.WithInsecure()}

}
gogo.Go(func(ctx context.Context) error {
var err error
Expand Down

0 comments on commit b7ee978

Please sign in to comment.