Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <csviri@gmail.com>
  • Loading branch information
csviri committed May 16, 2024
1 parent 77c148c commit c11c546
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ private static String getName(ConfigMap cm) {

@Override
public Set<ResourceID> toPrimaryResourceIDs(ConfigMap resource) {
return Mappers.fromOwnerReferences(false).toPrimaryResourceIDs(resource);
return Mappers.fromOwnerReferences(ConfigMap.class, false).toPrimaryResourceIDs(resource);
}
}

0 comments on commit c11c546

Please sign in to comment.