Skip to content

Commit 3fb4548

Browse files
committed
Add info log
1 parent 356fd4b commit 3fb4548

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

reconciler/reconciler.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ func (r *Reconciler) Reconcile(req reconcile.Request) (reconcile.Result, error)
8989

9090
namespace := req.Namespace
9191
name := req.Name
92+
log.Info("Reconcile a resource", "namespace", namespace, "name", name)
9293

9394
instance := &unstructured.Unstructured{}
9495
instance.SetGroupVersionKind(r.config.GroupVersionKind)

0 commit comments

Comments
 (0)