Skip to content

Commit 790f5e0

Browse files
committed
debug ci
1 parent 337c9d8 commit 790f5e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/utils/cluster.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ func HasAPIResourceWithLogger(mgr ctrl.Manager, obj client.Object, logger logr.L
6363
// Check if the specific kind exists in the resource list
6464
for _, res := range apiResources.APIResources {
6565
if res.Kind == gvk.Kind {
66+
logger.Info("API resource kind found in group/version", "kind", res.Kind)
6667
return true
6768
}
6869
}

0 commit comments

Comments
 (0)