Skip to content

Commit

Permalink
Update internal/controller/nimservice_controller.go
Browse files Browse the repository at this point in the history
Co-authored-by: Vishesh Tanksale <[email protected]>
  • Loading branch information
shivamerla and visheshtanksale committed Nov 4, 2024
1 parent f1f0251 commit 43fd6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/controller/nimservice_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (r *NIMServiceReconciler) Reconcile(ctx context.Context, req ctrl.Request)
if r.GetOrchestratorType() != "" {
orchestratorType, err := k8sutil.GetOrchestratorType(r.GetClient())
if err != nil {
return ctrl.Result{}, fmt.Errorf("Unable to get container orhestrator type, %v", err)
return ctrl.Result{}, fmt.Errorf("Unable to get container orchestrator type, %v", err)
}
r.orchestratorType = orchestratorType
}
Expand Down

0 comments on commit 43fd6f3

Please sign in to comment.