Skip to content

Commit

Permalink
fix: Fix log messages
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Mar 28, 2023
1 parent 5c8e56a commit 8ee42e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/postgresql/postgresqluserrole_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func (r *PostgresqlUserRoleReconciler) Reconcile(ctx context.Context, req ctrl.R

reqLogger := r.Log.WithValues("Request.Namespace", req.Namespace, "Request.Name", req.Name)

reqLogger.Info("Reconciling PostgresqlUser")
reqLogger.Info("Reconciling PostgresqlUserRole")

// Fetch the PostgresqlUser instance
instance := &v1alpha1.PostgresqlUserRole{}
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func main() {
"controller",
"postgresqluserrole",
"controllerKind",
"PostgresqlUser",
"PostgresqlUserRole",
"controllerGroup",
"postgresql.easymile.com",
),
Expand Down

0 comments on commit 8ee42e7

Please sign in to comment.