Skip to content

Commit 5b2f3ad

Browse files
authored
initialise acd client (#5964)
1 parent fda3116 commit 5b2f3ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/argoApplication/ArgoApplicationServiceExtended.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func NewArgoApplicationServiceExtendedServiceImpl(logger *zap.SugaredLogger,
3535
argoUserService argo.ArgoUserService, helmAppClient gRPC.HelmAppClient,
3636
helmAppService service.HelmAppService,
3737
k8sApplicationService application.K8sApplicationService,
38-
readService read.ArgoApplicationReadService) *ArgoApplicationServiceExtendedImpl {
38+
readService read.ArgoApplicationReadService, acdClient application3.ServiceClient) *ArgoApplicationServiceExtendedImpl {
3939
return &ArgoApplicationServiceExtendedImpl{
4040
ArgoApplicationServiceImpl: &ArgoApplicationServiceImpl{
4141
logger: logger,
@@ -47,6 +47,7 @@ func NewArgoApplicationServiceExtendedServiceImpl(logger *zap.SugaredLogger,
4747
k8sApplicationService: k8sApplicationService,
4848
readService: readService,
4949
},
50+
acdClient: acdClient,
5051
}
5152
}
5253

0 commit comments

Comments
 (0)