Skip to content

Commit

Permalink
Fix log message
Browse files Browse the repository at this point in the history
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
  • Loading branch information
iblancasa committed Apr 8, 2024
1 parent e0bcbd7 commit 0dd7c54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ func main() {
w, err := checkRbacPermissions(reviewer, ctx)
if err != nil {
createRBACPermissions = false
setupLog.Info("the operator has not permissions to create rbac resources", "error", err, "serviceAccount")
setupLog.Info("the operator has not permissions to create rbac resources", "error", err)
}
if w != nil {
createRBACPermissions = false
Expand Down

0 comments on commit 0dd7c54

Please sign in to comment.