Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion internal/hncconfig/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func (r *Reconciler) syncRemovedReconcilers(ctx context.Context) error {
continue
}
// The type does not exist in the Spec. Ignore subsequent reconciliations.
r.Log.Info("Resource config removed, will no longer update objects", "gvk", ts.GetGVK())
r.Log.V(1).Info("Resource config removed, will no longer update objects", "gvk", ts.GetGVK())
if err := ts.SetMode(ctx, r.Log, api.Ignore); err != nil {
return err // retry the reconciliation
}
Expand Down