From 43fd6f34db10e7519af4f9e44f18c29bde29759c Mon Sep 17 00:00:00 2001 From: Shiva Krishna Merla Date: Sun, 3 Nov 2024 17:10:48 -0800 Subject: [PATCH] Update internal/controller/nimservice_controller.go Co-authored-by: Vishesh Tanksale --- internal/controller/nimservice_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/controller/nimservice_controller.go b/internal/controller/nimservice_controller.go index ff3bb2ed..d5337aba 100644 --- a/internal/controller/nimservice_controller.go +++ b/internal/controller/nimservice_controller.go @@ -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 }