add more logs

Signed-off-by: Anshul Ahuja <anshulahuja@microsoft.com>
This commit is contained in:
Anshul Ahuja
2023-07-11 11:16:44 +05:30
parent f5b6cf5b93
commit ce7d2bfc87
2 changed files with 2 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ func (r *ResourceModifierRule) Apply(obj *unstructured.Unstructured, groupResour
if err != nil {
return err
}
log.Infof("Applying resource modifier patch on %s/%s", obj.GetNamespace(), obj.GetName())
err = ApplyPatch(patches, obj, log)
if err != nil {
return err