Skip to content

Commit

Permalink
Merge pull request #7310 from dlipovetsky/fix-crs-deletebindings
Browse files Browse the repository at this point in the history
馃悰 Update ClusterResourceSetBinding owner references
  • Loading branch information
k8s-ci-robot committed Sep 29, 2022
2 parents 69ab787 + 2f0540f commit 438cf49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exp/addons/api/v1beta1/clusterresourcesetbinding_types.go
Expand Up @@ -102,7 +102,7 @@ func (c *ClusterResourceSetBinding) DeleteBinding(clusterResourceSet *ClusterRes
break
}
}
clusterResourceSet.OwnerReferences = util.RemoveOwnerRef(c.OwnerReferences, metav1.OwnerReference{
c.OwnerReferences = util.RemoveOwnerRef(c.OwnerReferences, metav1.OwnerReference{
APIVersion: clusterResourceSet.APIVersion,
Kind: clusterResourceSet.Kind,
Name: clusterResourceSet.Name,
Expand Down

0 comments on commit 438cf49

Please sign in to comment.