Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu committed Sep 13, 2023
1 parent f6c7d64 commit 6507943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/asyncworker.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func (w *AsyncWorker) Run(ctx context.Context) error {
return fmt.Errorf("failed to initialize kubernetes clients: %w", err)
}

appModel, err := model.NewApplicationModel(w.Options.Arm, k8s.RuntimeClient, k8s.ClientSet, k8s.DiscoveryClient, k8s.DynamicClient)
appModel, err := model.NewApplicationModel(w.Options.Arm, k8s.RuntimeClient, k8s.ClientSet, k8s.DiscoveryClient)
if err != nil {
return fmt.Errorf("failed to initialize application model: %w", err)
}
Expand Down

0 comments on commit 6507943

Please sign in to comment.