File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import (
19
19
"github.com/argoproj/gitops-engine/pkg/utils/text"
20
20
"github.com/argoproj/pkg/sync"
21
21
jsonpatch "github.com/evanphx/json-patch"
22
+ grpc_retry "github.com/grpc-ecosystem/go-grpc-middleware/retry"
22
23
log "github.com/sirupsen/logrus"
23
24
"google.golang.org/grpc/codes"
24
25
"google.golang.org/grpc/status"
@@ -648,7 +649,7 @@ func (s *Server) GetManifestsWithFiles(stream application.ApplicationService_Get
648
649
ProjectSourceRepos : proj .Spec .SourceRepos ,
649
650
}
650
651
651
- repoStreamClient , err := client .GenerateManifestWithFiles (stream .Context ())
652
+ repoStreamClient , err := client .GenerateManifestWithFiles (stream .Context (), grpc_retry . Disable () )
652
653
if err != nil {
653
654
return fmt .Errorf ("error opening stream: %w" , err )
654
655
}
You can’t perform that action at this time.
0 commit comments