Skip to content

Commit 67c1143

Browse files
mresvanisybettan
andauthored
Update controllers/module_reconciler.go
Co-authored-by: Yoni Bettan <[email protected]>
1 parent d60b38a commit 67c1143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/module_reconciler.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ func (r *ModuleReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctr
116116

117117
if mod.Spec.ModuleLoader.ServiceAccountName == "" {
118118
if err := r.rbacAPI.CreateModuleLoaderRBAC(ctx, *mod); err != nil {
119-
return res, fmt.Errorf("could not reconcile module loader RBAC: %w", err)
119+
return res, fmt.Errorf("could not create module-loader's RBAC: %w", err)
120120
}
121121
}
122122
if mod.Spec.DevicePlugin != nil && mod.Spec.DevicePlugin.ServiceAccountName == "" {

0 commit comments

Comments
 (0)